Add Teamviewer app

pull/281/head
Botspot 3 years ago
parent b5d816d21c
commit 6a884fbf21

@ -0,0 +1 @@
Credits go to @Benmac83 on the Botspot discord server

@ -0,0 +1,4 @@
Remote desktop server software.
To run: Menu -> Internet -> TeamViewer Host
To run in terminal: teamviewer
If you get an error running it from command line follow the instructions it gives you. They're very simple to follow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

@ -0,0 +1,21 @@
#!/bin/bash
# Download teamviewer installation file #
wget https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb
# Install it with dpkg #
sudo dpkg -i teamviewer-host_armhf.deb
# Install it's dependencies #
sudo apt --fix-broken install -y
# Delete teamviewer installation file #
rm teamviewer-host_armhf.deb
# Credit #
echo This is the teamviewer installer made by Benmac83#3821! \(Discord\)
echo The packages and everything that this script downloads is NOT made by me and all credit for the package that is downloaded should go to Teamviewer! \(https://www.teamviewer.com/\)
# Print out thanks #
echo Thank you for using my script. I hope you have a great day!

@ -0,0 +1,6 @@
#!/bin/bash
echo Goodbye!
sudo dpkg -r teamviewer-host
sudo apt autoremove -y

@ -0,0 +1 @@
https://github.com/Benmac83/Teamviewer-installer-for-pi
Loading…
Cancel
Save