- Rclone (for other desktop environments)
-
- - Install Rclone
- ```
- sudo -v ; curl https://rclone.org/install.sh | sudo bash
- ```
-
- - Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
- ```
- mkdir -p ~/drive && rclone config create drive your-cloud-drive-service && nohup rclone mount drive: ~/drive --vfs-cache-mode writes & echo "The drive has been mounted successfully"
- ```
- * Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
-
- - Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
+ Rclone(for other desktop environments)
+ sudo -v ; curl https://rclone.org/install.sh | sudo bash
+ Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
+ mkdir -p ~/drive && rclone config create drive your-cloud-drive-service && nohup rclone mount drive: ~/drive --vfs-cache-mode writes & echo "The drive has been mounted successfully"
+ * Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
+ Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
+
## Setting up synchronization in the SaveDesktop app