From 9c659f8a4d7bf1ba2a7b3b22af340408b574dd40 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Mon, 23 Jun 2025 14:06:20 -0500 Subject: [PATCH] tailscale now via repo. the way it should be. --- newSrv.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/newSrv.sh b/newSrv.sh index a7007c9..95a3041 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -106,6 +106,12 @@ sh /tmp/webmin-setup.sh -f && rm -f /tmp/webmin-setup.sh echo "deb https://packages.cisofy.com/community/lynis/deb/ stable main" > /etc/apt/sources.list.d/cisofy-lynis.list curl --silent --insecure -s https://packages.cisofy.com/keys/cisofy-software-public.key | apt-key add - +# Setup tailscale + +curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null +curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list + + # #Patch the system # @@ -139,6 +145,7 @@ sysstat \ ngrep \ lsb-release \ screen \ +tailscale \ tmux \ vim \ vim-solarized \