fix this later, error code diff

This commit is contained in:
Luke Smith 2019-05-18 19:07:55 -04:00
parent 08b1ec39d4
commit 38ef1697ae
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -122,7 +122,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.
xbps-install -Syu dialog || error "Are you sure you're running this as the root user? Are you sure you're using Void Linux? Are you sure you have an internet connection?" xbps-install -Syu dialog
# Welcome user. # Welcome user.
welcomemsg || error "User exited." welcomemsg || error "User exited."