From cca450790f98b04bc6d5b401b63b8c68fc770732 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 6 Nov 2023 01:59:11 +0000 Subject: [PATCH] Update scripts/bootstrap.sh --- scripts/bootstrap.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index b0707d8..19cb8d2 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -76,15 +76,8 @@ esac echo Installing Apt Packages apt-get update DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy dist-upgrade -DEBIAN_FRONTEND=noninteractive apt-get install -y asciinema ca-certificates gnupg docker-ctop git glances htop iftop zsh -# echo y | curl -sSL https://pkgs.wiretrustee.com/debian/public.key | sudo gpg --dearmor --output /usr/share/keyrings/wiretrustee-archive-keyring.gpg -# echo 'deb [signed-by=/usr/share/keyrings/wiretrustee-archive-keyring.gpg] https://pkgs.wiretrustee.com/debian stable main' | sudo tee /etc/apt/sources.list.d/wiretrustee.list -# apt-get update -# DEBIAN_FRONTEND=noninteractive apt-get install -y netbird -rm -Rf /usr/share/keyrings/wiretrustee-archive-keyring.gpg -curl -fsSL https://pkgs.netbird.io/install.sh | sh +DEBIAN_FRONTEND=noninteractive apt-get install -y asciinema ca-certificates gnupg git glances htop iftop zsh apt-get update -DEBIAN_FRONTEND=noninteractive apt-get install netbird=0.10.10 && apt-mark hold netbird ## Install Gluster Post echo Gluster Post Function