From 0e7c478aab73beee29ffdad5517cc8130c1adbc1 Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Thu, 6 May 2021 13:01:16 +0000 Subject: [PATCH] Update psc_suite.sh --- psc_suite.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/psc_suite.sh b/psc_suite.sh index a199e58..2ce1044 100644 --- a/psc_suite.sh +++ b/psc_suite.sh @@ -14,11 +14,12 @@ chown root:root /swapfile chmod 0600 /swapfile mkswap /swapfile swapon /swapfile +echo '/swapfile none swap sw 0 0' >> /etc/fstab ssh-keygen -o -a 100 -t ed25519 -q -N "" -f /root/.ssh/id_ed25519 generate-borgmatic-config -echo '/swapfile none swap sw 0 0' >> /etc/fstab + apt update apt upgrade -y