Talk: Remove old userspace and new user_run script
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Deinstall wrong installed userspace app
|
||||
/usr/bin/flatpak list --user | grep com.nextcloud.talk
|
||||
if [[ $? -eq 0 ]]; then
|
||||
/usr/bin/flatpak uninstall -y --user com.nextcloud.talk
|
||||
fi
|
||||
|
||||
# Start Nextcloud Talk in Background
|
||||
/usr/bin/nohup flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background 1>/dev/null 2>&1 &
|
||||
/usr/bin/nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background 1>/dev/null 2>&1 &
|
||||
|
||||
Reference in New Issue
Block a user