From 833018836a4dc67e7f0b1889a6c1446fc0bc5e51 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Mon, 26 May 2025 18:46:37 +0200 Subject: [PATCH] Dodanie instalacji teamviewera. --- base.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base.sh b/base.sh index f20ef8a..59d822d 100644 --- a/base.sh +++ b/base.sh @@ -264,4 +264,9 @@ dpkg -i sdrpp_debian_bookworm_amd64.deb; apt update; apt upgrade -y +cd /tmp +wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb +apt install -y ./teamviewer_amd64.deb +kill $(pidof gpg-agent) + tidy; -- 2.39.5