From c277be95679f348f2d03e4d6f9967f160c9f3a04 Mon Sep 17 00:00:00 2001 From: morten-b <32033374+morten-b@users.noreply.github.com> Date: Fri, 22 Jan 2021 09:10:26 +0100 Subject: [PATCH] Update testinstall.sh --- testinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testinstall.sh b/testinstall.sh index d57962a..6c5384a 100644 --- a/testinstall.sh +++ b/testinstall.sh @@ -7,6 +7,6 @@ cp .profile ~/.profile cp .gtkrc-2.0 ~/.gtkrc-2.0 chmod -R +x ~/.config/sway/scripts chmod -R +x ~/.config/waybar/scripts -sudo pacman -S --needed --noconfirm - < packages-repository.txt +sudo pacman -Syu --needed --noconfirm - < packages-repository.txt systemctl enable lightdm systemctl start lightdm