forked from forkanization/Proxmox-arm64
port reactive-resume
This commit is contained in:
@@ -55,7 +55,7 @@ function update_script() {
|
|||||||
msg_info "Updating Minio"
|
msg_info "Updating Minio"
|
||||||
systemctl stop minio
|
systemctl stop minio
|
||||||
cd /tmp
|
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
|
$STD dpkg -i minio.deb
|
||||||
msg_ok "Updated Minio"
|
msg_ok "Updated Minio"
|
||||||
|
|
||||||
|
|||||||
@@ -248,7 +248,7 @@
|
|||||||
"radarr.json": "✅",
|
"radarr.json": "✅",
|
||||||
"radicale.json": "🚧",
|
"radicale.json": "🚧",
|
||||||
"rdtclient.json": "✅",
|
"rdtclient.json": "✅",
|
||||||
"reactive-resume.json": "🚧",
|
"reactive-resume.json": "🧪",
|
||||||
"readarr.json": "✅",
|
"readarr.json": "✅",
|
||||||
"readeck.json": "✅",
|
"readeck.json": "✅",
|
||||||
"recyclarr.json": "🚧",
|
"recyclarr.json": "🚧",
|
||||||
@@ -330,4 +330,4 @@
|
|||||||
"zitadel.json": "🚧",
|
"zitadel.json": "🚧",
|
||||||
"zoraxy.json": "✅",
|
"zoraxy.json": "✅",
|
||||||
"zwave-js-ui.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
|
echo "YES" | /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh &>/dev/null
|
||||||
$STD apt-get install -y postgresql-16 nodejs
|
$STD apt-get install -y postgresql-16 nodejs
|
||||||
cd /tmp
|
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
|
$STD dpkg -i minio.deb
|
||||||
|
|
||||||
msg_info "Setting up Database"
|
msg_info "Setting up Database"
|
||||||
|
|||||||
Reference in New Issue
Block a user