testing
This commit is contained in:
parent
3e89a5a356
commit
92929104e2
1 changed files with 3 additions and 15 deletions
18
setup/plasma
18
setup/plasma
|
@ -7,21 +7,9 @@ sed -i 's/#\(en_US.UTF-8 UTF-8\)/\1/g' /etc/locale.gen
|
||||||
locale-gen
|
locale-gen
|
||||||
echo 'LANG=en_US.UTF-8' > /etc/locale.conf
|
echo 'LANG=en_US.UTF-8' > /etc/locale.conf
|
||||||
|
|
||||||
# Add archsink repo
|
# Fix Pacman.conf
|
||||||
cat <<EOF >> /etc/pacman.conf
|
rm -f /etc/pacman.conf
|
||||||
|
curl https://raw.githubusercontent.com/parchlinux-ports/Parchlinuxarm-images/main/examples/pacman.conf.example >> /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
|
|
||||||
|
|
||||||
# Enable Sudo
|
# Enable Sudo
|
||||||
sudo sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers
|
sudo sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers
|
||||||
|
|
Loading…
Add table
Reference in a new issue