From cd973567509b5b32dfc34d70391331a2076cfea6 Mon Sep 17 00:00:00 2001 From: ColinK_ Date: Fri, 28 Oct 2022 19:35:17 -0400 Subject: [PATCH] f --- scripts/bootstrap.sh | 2 +- strap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index c01494e..8b6e0a1 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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. diff --git a/strap.sh b/strap.sh index 2b63f8d..b853ac7 100644 --- a/strap.sh +++ b/strap.sh @@ -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