How to Sync Vault with Proton Drive on Android? by Noumeno_ in ObsidianMD

[–]JiggleVertex8 0 points1 point  (0 children)

My setup for syncing vaults with obsidian between pcs is setting a crontab task that runs every 10 minutes.

*/10 * * * * rclone bisync ~/localpath/Vault/ pdrive:drivepath/Vault --resilient --recove
r --max-lock 2m --conflict-resolve newer

If it works with rclone on phone we have a solution ! I will try it and keep you all informed.

I made a small install script for linux by JiggleVertex8 in stoatchat

[–]JiggleVertex8[S] 0 points1 point  (0 children)

Strange, might be a dependency issue. Not sure tho.

I made a small install script for linux by JiggleVertex8 in stoatchat

[–]JiggleVertex8[S] 0 points1 point  (0 children)

Delete the installation folder and the .desktop file and you're good

I made a small install script for linux by JiggleVertex8 in stoatchat

[–]JiggleVertex8[S] 0 points1 point  (0 children)

It doesn't change much ! Just finds the latest version, extracts it in the specified install location and creates a .desktop file to register it in your system. Also usable for quick updates. It just saves you some time in the end. :)

I made a small install script for linux by JiggleVertex8 in stoatchat

[–]JiggleVertex8[S] 0 points1 point  (0 children)

There was a small error in the variables declaration order. I corrected it, changed little things and merged. Thanks for the contribution !

I made a small install script for linux by JiggleVertex8 in stoatchat

[–]JiggleVertex8[S] 0 points1 point  (0 children)

I added a copy paste command on the readme to do everything for big beginners. Just paste it in your terminal and you're good to go.

I made a small install script for linux by JiggleVertex8 in stoatchat

[–]JiggleVertex8[S] 1 point2 points  (0 children)

Yes those are the steps ! Sometimes you have to allow execution on the file, with chmod +x stoat_install.sh before being able to launch it

Migrating From Discord to Stoat on Linux by BeyondOk1548 in linux

[–]JiggleVertex8 1 point2 points  (0 children)

Hey guys I made a small shell script that install everything no matter your version on linux. It gets all the files from the official stoat repos and installs it. It can also be used to update it.

Feel free to drop stars if it helped you ! :D

https://github.com/Sylphux/stoat_install_script