From 293f95638e7c9a63cb2ec00f18956b0f36673acb Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Apr 2026 02:44:43 +0100 Subject: Remove pacman options --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index e428663..5012811 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit