]> gitweb.morketsmerke.org Git - e5270.git/commitdiff
Dodanie instalacji teamviewera.
authorxf0r3m <jakubstasinski@protonmail.com>
Mon, 26 May 2025 16:46:37 +0000 (18:46 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Mon, 26 May 2025 16:46:37 +0000 (18:46 +0200)
base.sh

diff --git a/base.sh b/base.sh
index f20ef8af18ddfc0318068869cba8923b02426ba8..59d822de03785215b1c33178d221987f0f0c9ee0 100644 (file)
--- 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;