mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-03 15:57:46 +02:00
opsie
This commit is contained in:
parent
522bac93ae
commit
0699b16b66
9
test.sh
9
test.sh
@ -151,17 +151,16 @@ finalize(){ \
|
|||||||
installpkg dialog || error "Are you sure you're running this as the root user and have an internet connection?"
|
installpkg dialog || error "Are you sure you're running this as the root user and have an internet connection?"
|
||||||
|
|
||||||
# Welcome user and pick dotfiles.
|
# Welcome user and pick dotfiles.
|
||||||
welcomemsg || error "User exited."
|
welcomemsg || error "User exited from welcome."
|
||||||
selectdotfiles || error "User exited."
|
|
||||||
|
|
||||||
# Get and verify username and password.
|
# Get and verify username and password.
|
||||||
getuserandpass || error "User exited."
|
getuserandpass || error "User exited from pass."
|
||||||
|
|
||||||
# Give warning if user already exists.
|
# Give warning if user already exists.
|
||||||
usercheck || error "User exited."
|
usercheck || error "User exited from check."
|
||||||
|
|
||||||
# Last chance for user to back out before install.
|
# Last chance for user to back out before install.
|
||||||
preinstallmsg || error "User exited."
|
preinstallmsg || error "User exited from preinstall."
|
||||||
|
|
||||||
### The rest of the script requires no user input.
|
### The rest of the script requires no user input.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user