port reactive-resume

This commit is contained in:
Sam Heinz
2025-05-13 01:09:00 +10:00
parent 3da206ae60
commit 7053d5ec36
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.co
echo "YES" | /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh &>/dev/null
$STD apt-get install -y postgresql-16 nodejs
cd /tmp
curl -fsSL https://dl.min.io/server/minio/release/linux-amd64/minio.deb -o minio.deb
curl -fsSL https://dl.min.io/server/minio/release/linux-arm64/minio.deb -o minio.deb
$STD dpkg -i minio.deb
msg_info "Setting up Database"