Now works with Fedora
This commit is contained in:
9
install/app_nextcloud.sh
Normal file
9
install/app_nextcloud.sh
Normal file
@ -0,0 +1,9 @@
|
||||
sudo dnf install -y nextcloud-client nextcloud-client-nautilus
|
||||
sudo rm /usr/share/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
|
||||
echo -e "\nRemove the following lines from the NextCloud.desktop file.\n"
|
||||
echo -e "\t-Implements=org.freedesktop.CloudProviders\n"
|
||||
echo -e "\t[org.freedesktop.CloudProviders]"
|
||||
echo -e "\t-BusName=com.nextcloudgmbh.Nextcloud"
|
||||
echo -e "\tObjectPath=/com/nextcloudgmbh/Nextcloud\n"
|
||||
read -p "Press enter to open the .desktop file."
|
||||
kitty -1 -e bash -c "com.nextcloud.desktopclient.nextcloud.desktop"
|
Reference in New Issue
Block a user