From 38ef1697aeec479db3175f65c9f3d149af128fc3 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 18 May 2019 19:07:55 -0400 Subject: [PATCH] fix this later, error code diff --- voiddwm/vlarbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voiddwm/vlarbs.sh b/voiddwm/vlarbs.sh index ec7b539..9ed3c31 100644 --- a/voiddwm/vlarbs.sh +++ b/voiddwm/vlarbs.sh @@ -122,7 +122,7 @@ finalize(){ \ ### This is how everything happens in an intuitive format and order. # 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. welcomemsg || error "User exited."