aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-03-30 11:15:35 +0200
committerKarel Kočí <cynerd@email.cz>2020-03-30 11:15:35 +0200
commit107f1c0df4a95fc9f5a37f9a43484383ad9d5cf9 (patch)
tree974ac0fb38f598503c7793059e8ba946d2aea192 /install
parenta60f3f16f61570fa792ff3a4131fb6b32ec08b87 (diff)
downloadmyconfigs-107f1c0df4a95fc9f5a37f9a43484383ad9d5cf9.tar.gz
myconfigs-107f1c0df4a95fc9f5a37f9a43484383ad9d5cf9.tar.bz2
myconfigs-107f1c0df4a95fc9f5a37f9a43484383ad9d5cf9.zip
Drop system backup script
I am not using backups anymore as I have data synchronized across systems and those can be recovered from any PC now.
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 0 insertions, 4 deletions
diff --git a/install b/install
index 2ee2765..1ff6c4d 100755
--- a/install
+++ b/install
@@ -124,7 +124,3 @@ fi
if ask "wake-desktop" "Install wake-desktop"; then
inst local/bin/wake-desktop ~/.local/bin/wake-desktop
fi
-
-if ask "backup" "Install backup script"; then
- inst local/bin/system-backup ~/.local/bin/system-backup
-fi