remove python dep

This commit is contained in:
rustdesk
2022-09-18 12:00:45 +08:00
parent b7e54081b8
commit 3e22893bc8
5 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ 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
systemctl daemon-reload
systemctl enable rustdesk
systemctl start rustdesk