From: xf0r3m Date: Mon, 26 May 2025 16:46:37 +0000 (+0200) Subject: Dodanie instalacji teamviewera. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=833018836a4dc67e7f0b1889a6c1446fc0bc5e51;p=e5270.git Dodanie instalacji teamviewera. --- 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;