Ross Smith II
Ross Smith II
This has been fixed in 3.0.1
@lwbt Syncthing (via SyncTrayzor) is already in winget: https://github.com/microsoft/winget-pkgs/blob/master/manifests/s/SyncTrayzor/SyncTrayzor/1.1.29.0/SyncTrayzor.SyncTrayzor.installer.yaml
Or if you just want the single file: ```sh wget -O ~/bin/yadm https://raw.githubusercontent.com/TheLocehiliosan/yadm/HEAD/yadm chmod +x ~/bin/yadm ```
Because other settings in the config file are specific to each machine, such as class. Hence the need for a "local" config and an all-systems "universal" config.
@ericvsmith You are right that the file `files.gpg` was obsolete. Unfortunately, it was renamed to `~/.local/share/yadm/archive`, not `~/.config/yadm/encrypt`. That file is still used and contains the names of the files...
No, thank YOU for catching the glitch! And thanks for not taking offense. I should have just commented on #334 and let you fix/close the PR as you saw fit.
@ericvsmith Yeah, but at least you branched off dev-pages! I screwed up #336 by branching off of gh-pages. Fixed in #337.
I feel your pain. That's why I've put the following at the top of my templates, as you mentioned: ``` # WARNING: Do not edit this file, as your edits...
So, we don't want to consider ```sh #!/usr/bin/env bash ``` as https://en.wikipedia.org/wiki/Env says hardcoding the location as `/usr/bin/env` "suffers from the same problem in that the path to the env...
@TheLocehiliosan Gotcha, thx. I never got yadm to work under Busybox, but have successfully used it under [iSH](https://ish.app/).