diff --git a/ct/reactive-resume.sh b/ct/reactive-resume.sh index 373614716..d122d52dd 100644 --- a/ct/reactive-resume.sh +++ b/ct/reactive-resume.sh @@ -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" diff --git a/frontend/public/json/statuses.json b/frontend/public/json/statuses.json index 95f676e54..20d21f8d0 100644 --- a/frontend/public/json/statuses.json +++ b/frontend/public/json/statuses.json @@ -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": "โœ…" -} \ No newline at end of file +} diff --git a/install/reactive-resume-install.sh b/install/reactive-resume-install.sh index 0e0a53235..175dbed0f 100644 --- a/install/reactive-resume-install.sh +++ b/install/reactive-resume-install.sh @@ -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"