no yy on first update

This commit is contained in:
Luke Smith 2019-01-08 19:13:14 -05:00
parent f5159b2b53
commit 49149fb66c
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -145,7 +145,7 @@ finalize(){ \
### This is how everything happens in an intuitive format and order. ### This is how everything happens in an intuitive format and order.
# Check if user is root on Arch distro. Install dialog. # 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. # Welcome user.
welcomemsg || error "User exited." welcomemsg || error "User exited."