Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jelle619 committed Oct 6, 2019
1 parent 7992647 commit ff8674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ "$EUID" -ne 0 ]
then echo "Yikes! That didn't seem to work. To try again, restart the installer as the root user."
exit
fi
whiptail --title "Dragon OS" --infobox "Welcome to the Dragon OS installer! By pressing OK, you agree to the terms and conditions and begin the installation." 8 78
whiptail --title "Dragon OS" --msgbox "Welcome to the Dragon OS installer! By pressing OK, you agree to the terms and conditions and begin the installation." 8 78

echo "Preparing your system..."
apt-get update -y
Expand Down

0 comments on commit ff8674a

Please sign in to comment.