diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 01:56:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 01:56:11 -0300 |
commit | f639e71f362f7bae929bc3df3c38fc39f21e93f3 (patch) | |
tree | 8ae9a185dbc57a6431007c10773de68c316348dc | |
parent | TODOs.org (diff) | |
download | dotfiles-f639e71f362f7bae929bc3df3c38fc39f21e93f3.tar.gz dotfiles-f639e71f362f7bae929bc3df3c38fc39f21e93f3.tar.xz |
WIP: add stub body to function in setup.sh
Diffstat (limited to '')
-rwxr-xr-x | public/nixos/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/nixos/setup.sh b/public/nixos/setup.sh index 39b006c..77137f0 100755 --- a/public/nixos/setup.sh +++ b/public/nixos/setup.sh @@ -133,8 +133,8 @@ configure_dotfiles() { } restore_backups() { - # rsync - # borg serve + echo rsync + echo borg serve # restore mbsync from backup # restore notmuch from backup |