first commit

This commit is contained in:
Adolfo Delorenzo 2021-07-08 21:16:45 -06:00
parent cdf74890ea
commit d0b578bc2c
4 changed files with 5 additions and 7 deletions

BIN
firstboot Executable file

Binary file not shown.

View File

@ -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
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"

View File

@ -1,6 +0,0 @@
echo -ne '... (33%)\r'
sleep 1
echo -ne '...... (66%)\r'
sleep 1
echo -ne '.......... (100%)\r'
echo -ne '\n'

BIN
rebuild Executable file

Binary file not shown.