From 8d111386f49cef63190080354a3ce01c0e1cd059 Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 16 Sep 2021 16:22:19 -0400 Subject: [PATCH] God damn artix and their bad list --- continue.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/continue.sh b/continue.sh index 2565f87..b484b7c 100755 --- a/continue.sh +++ b/continue.sh @@ -89,6 +89,11 @@ fi inf "Installing connman" pacman -S --quiet --noconfirm connman-${INIT} connman-gtk +inf "Re-enabling arch repos" +pacman -S --quiet --noconfirm artix-archlinux-support +pacman-key --populate archlinux +#pacman-key --populate crystal + if [[ "$INIT" == "openrc" ]]; then rc-update add connmand default rc-update add dbus default @@ -191,7 +196,7 @@ if [[ "$DEP" == "y" || "$DEP" == "Y" ]]; then elif [[ "$DE" == "Enlightenment" ]]; then pacman -Sy --quiet --noconfirm enlightenment terminology elif [[ "$DE" == "GNOME" ]]; then - pacman -Sy --quiet --noconfirm gnome gnome-extra #chrome-gnome-shell + pacman -Sy --quiet --noconfirm gnome gnome-extra gnome-settings gnome-terminal gnome-backgrounds gnome-control-center #chrome-gnome-shell DM="gdm" elif [[ "$DE" == "Flashback" || "$DE" == "GNOME Flashback" || "$DE" == "(GNOME) Flashback" ]]; then DE="Flashback"