This commit is contained in:
ColinK_ 2022-10-28 19:35:17 -04:00
parent 643a269747
commit cd97356750
No known key found for this signature in database
GPG Key ID: 4AAD22F8C49A5E9B
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
DEBIAN_FRONTEND=noninteractive apt-get install -y docker-compose-plugin
## Install CTOP Container Top https://github.com/bcicen/ctop
wget https://github.com/bcicen/ctop/releases/download/0.7.7/ctop-0.7.7-linux-amd64 -O /usr/local/bin/ctop
wget https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-amd64 -O /usr/local/bin/ctop
chmod +x /usr/local/bin/ctop
## This may no longer be required going forward, it'll be better to call it on first login instead with args.

View File

@ -21,6 +21,6 @@ case $1 in
/usr/local/sbin/bootstrap none nogluster nosalt
;;
* )
echo User elected not to bootstrap automatically.
/usr/local/sbin/bootstrap none nogluster nosalt
;;
esac