forked from forkanization/Proxmox-arm64
Port several apps + update statuses
chore(statuses): update script statuses after arm64 port - Promote some scripts to “✅” (success): • babybuddy • graylog - Reclassify a few as “❌” (error): • freepbx • sqlserver2022 • umlautadaptarr • urbackupserver - Mark many as “🧪” (testing required): • backrest • bitmagnet • cloudflare-ddns • configarr • gitea-mirror • slskd • snipeit • streamlink-webui • tasmocompiler • the-lounge • typesense • victoriametrics • vikunja • wallos • wavelog • wizarr
This commit is contained in:
@@ -17,7 +17,7 @@ msg_info "Installing Backrest"
|
||||
RELEASE=$(curl -fsSL https://api.github.com/repos/garethgeorge/backrest/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
||||
temp_file=$(mktemp)
|
||||
mkdir -p /opt/backrest/{bin,config,data}
|
||||
curl -fsSL "https://github.com/garethgeorge/backrest/releases/download/v${RELEASE}/backrest_Linux_x86_64.tar.gz" -o "$temp_file"
|
||||
curl -fsSL "https://github.com/garethgeorge/backrest/releases/download/v${RELEASE}/backrest_Linux_arm64.tar.gz" -o "$temp_file"
|
||||
tar xzf $temp_file -C /opt/backrest/bin
|
||||
chmod +x /opt/backrest/bin/backrest
|
||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||
|
||||
Reference in New Issue
Block a user