diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-24 12:32:21 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-24 12:32:21 +0200 |
| commit | 4aced003684ec03cf5faa0fb196be8c20b79dd9f (patch) | |
| tree | b6b9758cbaee3da78f126fb298198d57bd021332 | |
| parent | cb4adf34cb1da74629cf18e5ae32c2bf0ee72e9e (diff) | |
| download | application-setup-4aced003684ec03cf5faa0fb196be8c20b79dd9f.tar application-setup-4aced003684ec03cf5faa0fb196be8c20b79dd9f.tar.gz application-setup-4aced003684ec03cf5faa0fb196be8c20b79dd9f.zip | |
Officially enabled teamviewer in fedora config
| -rwxr-xr-x | fedora-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora-setup.sh b/fedora-setup.sh index 87e620b..4890457 100755 --- a/fedora-setup.sh +++ b/fedora-setup.sh @@ -63,7 +63,7 @@ sudo dnf copr enable zeno/scrcpy -y && sudo dnf -y install scrcpy # Gestures sudo gpasswd -a $USER input && sudo dnf install -y xdotool wmctrl && cd /tmp && git clone https://github.com/bulletmark/libinput-gestures.git && cd libinput-gestures/ && sudo make install && libinput-gestures-setup autostart && libinput-gestures-setup start -# Teamviewer (commented out, because the most recent version causes problems) +# Teamviewer sudo dnf install -y "https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm" # Nextcloud desktop |
