Delete pynput from repo

This commit is contained in:
Asura
2022-08-31 23:07:52 -07:00
parent 9999e8864e
commit 37dbfcc86d
25 changed files with 16 additions and 618 deletions

View File

@@ -7,7 +7,7 @@ post_install() {
# do something here
cp /usr/share/rustdesk/files/rustdesk.service /etc/systemd/system/rustdesk.service
cp /usr/share/rustdesk/files/rustdesk.desktop /usr/share/applications/
sudo -H pip3 install pynput
sudo -H pip3 install
systemctl daemon-reload
systemctl enable rustdesk
systemctl start rustdesk