From 92929104e266f466532404b237d5224aca9597c9 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Tue, 23 Jul 2024 13:05:51 +0330 Subject: [PATCH] testing --- setup/plasma | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/setup/plasma b/setup/plasma index 1a4d0e2..8f274ef 100755 --- a/setup/plasma +++ b/setup/plasma @@ -7,21 +7,9 @@ sed -i 's/#\(en_US.UTF-8 UTF-8\)/\1/g' /etc/locale.gen locale-gen echo 'LANG=en_US.UTF-8' > /etc/locale.conf -# Add archsink repo -cat <> /etc/pacman.conf - -[archsink] -Server = https://github.com/archsink/\$arch/releases/latest/download -SigLevel = Never - -[ppr] -Server = https://raw.githubusercontent.com/parchlinux-arm/ppr/main/aarch64/ -SigLevel = Never - -EOF - -# Enable parallel downloads -sed -i 's/#\(ParallelDownloads \)/\1/g' /etc/pacman.conf +# Fix Pacman.conf +rm -f /etc/pacman.conf +curl https://raw.githubusercontent.com/parchlinux-ports/Parchlinuxarm-images/main/examples/pacman.conf.example >> /etc/pacman.conf # Enable Sudo sudo sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers