diff options
author | Karel Kočí <cynerd@email.cz> | 2025-05-09 15:07:44 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-05-09 15:07:44 +0200 |
commit | 5fe3e95070771da446d95a496e269d03f1b3082e (patch) | |
tree | 41992756ebe04b80393fecfdf5cf55f87de28522 /install | |
parent | b56637cfb959d5662b10eeb0bba334420072f829 (diff) | |
download | myconfigs-5fe3e95070771da446d95a496e269d03f1b3082e.tar.gz myconfigs-5fe3e95070771da446d95a496e269d03f1b3082e.tar.bz2 myconfigs-5fe3e95070771da446d95a496e269d03f1b3082e.zip |
Add cloud script
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -98,6 +98,8 @@ if ask "sync" "Install synchronization"; then inst config/khal/config ~/.config/khal/config inst config/khard/khard.conf ~/.config/khard/khard.conf + inst local/bin/cloud ~/.local/bin/cloud + inst_sync fi |