From 49149fb66c6fbeaad1421841fcc9990a17ce1429 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 8 Jan 2019 19:13:14 -0500 Subject: [PATCH] no yy on first update --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index f201d21..a66bf48 100644 --- a/larbs.sh +++ b/larbs.sh @@ -145,7 +145,7 @@ finalize(){ \ ### This is how everything happens in an intuitive format and order. # Check if user is root on Arch distro. Install dialog. -pacman -Syyu --noconfirm --needed dialog || error "Are you sure you're running this as the root user? Are you sure you're using an Arch-based distro? ;-) Are you sure you have an internet connection? Are you sure your Arch keyring is updated?" +pacman -Syu --noconfirm --needed dialog || error "Are you sure you're running this as the root user? Are you sure you're using an Arch-based distro? ;-) Are you sure you have an internet connection? Are you sure your Arch keyring is updated?" # Welcome user. welcomemsg || error "User exited."