Update scripts/bootstrap.sh
This commit is contained in:
parent
b3783fb851
commit
cca450790f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue