diff options
| author | Blake Romero <blake@developercraft.com> | 2026-04-01 02:44:43 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-04-01 02:44:43 +0100 |
| commit | 293f95638e7c9a63cb2ec00f18956b0f36673acb (patch) | |
| tree | 4749218c9010372c8a5654c256e2da660892eec2 | |
| parent | f69e5f5dcaedc5ef09f5283c4258e95903d64666 (diff) | |
Remove pacman options
| -rwxr-xr-x | install.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -328,11 +328,6 @@ for service in ${services}; do "ln -s /etc/dinit.d/$service /etc/dinit.d/boot.d/" done -# Add PACMAN download style -pac_options=ILoveCandy -sed "s/# Misc options/# Misc options\n${pac_options}/g" \ - -i /mnt/etc/pacman.conf - # Enable firewall sed "s/ENABLED=no/ENABLED=yes/" -i /mnt/etc/ufw/ufw.conf |
