mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-30 05:36:40 -04:00
Added Arch repos, enabled lib32 + universe
This commit is contained in:
@@ -61,6 +61,8 @@ chown "$username":"$users" /home/"$username"/.bashrc
|
||||
|
||||
# pacman configuration
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/"$device"pacman.conf -o /etc/pacman.conf
|
||||
pacman -Sy lib32-artix-archlinux-support --needed --noconfirm
|
||||
pacman-key --populate archlinux
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paru.conf -o /etc/paru.conf
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paccache-clean-hook -o /etc/pacman.d/hooks/paccache-clean.hook
|
||||
if [ "$gpu" == 'NVIDIA' ]; then
|
||||
|
||||
Reference in New Issue
Block a user