Now works with Fedora

This commit is contained in:
2024-06-09 04:16:43 -05:00
parent e37dd1be84
commit 314e5c9b8b
662 changed files with 128036 additions and 1568 deletions

9
install/app_nextcloud.sh Normal file
View 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"