forked from forkanization/Proxmox-arm64
update statuses
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
"debian.json": "✅",
|
||||
"deconz.json": "✅",
|
||||
"deluge.json": "✅",
|
||||
"docker-vm.json": "🚧",
|
||||
"docker-vm.json": "✅",
|
||||
"docker.json": "✅",
|
||||
"dockge.json": "✅",
|
||||
"docmost.json": "🧪",
|
||||
@@ -313,25 +313,25 @@
|
||||
"vikunja.json": "❌",
|
||||
"wallos.json": "🚧",
|
||||
"wastebin.json": "✅",
|
||||
"watcharr.json": "🚧",
|
||||
"watcharr.json": "🧪",
|
||||
"watchyourlan.json": "✅",
|
||||
"wavelog.json": "🚧",
|
||||
"wazuh.json": "❌",
|
||||
"web-check.json": "🚧",
|
||||
"web-check.json": "🧪",
|
||||
"webmin.json": "🚧",
|
||||
"wger.json": "🚧",
|
||||
"wger.json": "🧪",
|
||||
"whisparr.json": "✅",
|
||||
"wikijs.json": "✅",
|
||||
"wireguard.json": "✅",
|
||||
"wordpress.json": "🚧",
|
||||
"yt-dlp-webui.json": "🚧",
|
||||
"wordpress.json": "🧪",
|
||||
"yt-dlp-webui.json": "🧪",
|
||||
"yunohost.json": "✅",
|
||||
"zabbix.json": "✅",
|
||||
"zammad.json": "🚧",
|
||||
"zammad.json": "🧪",
|
||||
"zerotier-one.json": "❌",
|
||||
"zigbee2mqtt.json": "✅",
|
||||
"zipline.json": "✅",
|
||||
"zitadel.json": "🚧",
|
||||
"zitadel.json": "🧪",
|
||||
"zoraxy.json": "✅",
|
||||
"zwave-js-ui.json": "✅"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,16 +19,7 @@ $STD apt-get install -y \
|
||||
gnupg
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Setup Golang"
|
||||
set +o pipefail
|
||||
temp_file=$(mktemp)
|
||||
golang_tarball=$(curl -fsSL https://go.dev/dl/ | grep -oP 'go[\d\.]+\.linux-amd64\.tar\.gz' | head -n 1)
|
||||
curl -fsSL "https://golang.org/dl/${golang_tarball}" -o "$temp_file"
|
||||
tar -C /usr/local -xzf "$temp_file"
|
||||
ln -sf /usr/local/go/bin/go /usr/local/bin/go
|
||||
rm -f "$temp_file"
|
||||
set -o pipefail
|
||||
msg_ok "Setup Golang"
|
||||
install_go
|
||||
|
||||
msg_info "Setup Node.js"
|
||||
mkdir -p /etc/apt/keyrings
|
||||
|
||||
Reference in New Issue
Block a user