We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d7f20 commit 1b533a2Copy full SHA for 1b533a2
install
@@ -56,3 +56,4 @@ echo -e "${BLUE}Setup finished${NOCOLOR}"
56
57
read -p "Do you wish to reboot now? [Y/n]" -n 1 -s ans && echo
58
[ "${ans}" != "n" ] && reboot
59
+exit 0
0 commit comments