home · contact · privacy
Move borgbackup install request to apt-mark script.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 21 Jan 2020 06:04:42 +0000 (07:04 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 21 Jan 2020 06:04:42 +0000 (07:04 +0100)
buster/apt-mark/server
buster/setup_scripts/setup_server.sh

index 8183c9cb7cc534f39f4a43700a70d4c934f3b610..2ab22d269b0ca738aff23f81b34724f365ad9dd7 100644 (file)
@@ -2,3 +2,5 @@
 openssh-server
 # firewalling
 nftables
+# We want to be able to use ALL our servers as borg backup destinations.
+borgbackup
index 5f05ce94af495dae840f98c5eeb7d5a55c807b4f..eefc350f48b922ccfadb4b923adf65cd60187bdc 100755 (executable)
@@ -21,8 +21,5 @@ cd "${setup_scripts_dir}"
 # is mostly for convenience.
 usermod -s /bin/bash plom
 
-# We want to be able to use ALL our servers as borg backup destinations.
-apt -y install borgbackup
-
 # Enable firewall.
 systemctl enable nftables.service