diff --git a/firstboot b/firstboot new file mode 100755 index 0000000..73d529d Binary files /dev/null and b/firstboot differ diff --git a/firstboot.sh b/firstboot.sh index d6925fd..11b37c0 100755 --- a/firstboot.sh +++ b/firstboot.sh @@ -80,4 +80,8 @@ sudo -u portainer http --form POST :9000/api/endpoints "Authorization: Bearer $j #Housekeeping sed -i /@reboot/d /etc/crontab -echo '@reboot root /usr/bin/tmux new-session -d /usr/local/bin/rebuild' >> /etc/crontab \ No newline at end of file +echo '@reboot root /usr/bin/tmux new-session -d /usr/local/bin/rebuild > /dev/tty1' >> /etc/crontab +echo "" +echo "Portainer Sandobx installed. Open your browser on http://localhost:9090" +echo "Username: portainer" +echo "Password: portainer1234" diff --git a/prog.sh b/prog.sh deleted file mode 100755 index 8261f4f..0000000 --- a/prog.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo -ne '... (33%)\r' -sleep 1 -echo -ne '...... (66%)\r' -sleep 1 -echo -ne '.......... (100%)\r' -echo -ne '\n' diff --git a/rebuild b/rebuild new file mode 100755 index 0000000..ac3d204 Binary files /dev/null and b/rebuild differ