forked from forkanization/Proxmox-arm64
port reactive-resume
This commit is contained in:
@@ -55,7 +55,7 @@ function update_script() {
|
||||
msg_info "Updating Minio"
|
||||
systemctl stop minio
|
||||
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_ok "Updated Minio"
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@
|
||||
"radarr.json": "✅",
|
||||
"radicale.json": "🚧",
|
||||
"rdtclient.json": "✅",
|
||||
"reactive-resume.json": "🚧",
|
||||
"reactive-resume.json": "🧪",
|
||||
"readarr.json": "✅",
|
||||
"readeck.json": "✅",
|
||||
"recyclarr.json": "🚧",
|
||||
@@ -330,4 +330,4 @@
|
||||
"zitadel.json": "🚧",
|
||||
"zoraxy.json": "✅",
|
||||
"zwave-js-ui.json": "✅"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user