Update psc_suite.sh

This commit is contained in:
Thomas Peterson 2024-01-23 12:42:00 +00:00
parent 676d594174
commit e972bef884

View File

@ -17,14 +17,14 @@ swapon /swapfile
echo '/swapfile none swap sw 0 0' >> /etc/fstab echo '/swapfile none swap sw 0 0' >> /etc/fstab
ssh-keygen -o -a 100 -t ed25519 -q -N "" -f /root/.ssh/id_ed25519 ssh-keygen -o -a 100 -t ed25519 -q -N "" -f /root/.ssh/id_ed25519
generate-borgmatic-config
apt update apt update
apt upgrade -y apt upgrade -y
apt install docker.io jq borgmatic incron -y apt install docker.io jq borgmatic incron -y
generate-borgmatic-config
mkdir /data/composer mkdir /data/composer
mkdir /data/composer/psc mkdir /data/composer/psc
mkdir /data/composer/letsencrypt mkdir /data/composer/letsencrypt