Update psc_suite.sh

This commit is contained in:
Thomas Peterson 2021-04-23 17:46:52 +00:00
parent d2fdbacbbb
commit bc39d2b8cb

View File

@ -15,6 +15,8 @@ chmod 0600 /swapfile
mkswap /swapfile
swapon /swapfile
ssh-keygen -o -a 100 -t ed25519 -q -N "" -f /root/.ssh/id_ed25519
echo '/swapfile none swap sw 0 0' >> /etc/fstab
apt update