chore(statuses): update statuses

changed:
clean-orphaned-lvm
coder-code-server
crowdsec
filebrowser-quantum
glances
netdata
webmin
This commit is contained in:
Sam Heinz
2025-07-01 14:59:45 +10:00
parent c4a07502df
commit f101fa62dc
3 changed files with 12 additions and 12 deletions

View File

@@ -84,9 +84,9 @@ VERSION=$(curl -fsSL https://api.github.com/repos/coder/code-server/releases/lat
awk '{print substr($2, 3, length($2)-4) }')
msg_info "Installing Code-Server v${VERSION}"
curl -fOL https://github.com/coder/code-server/releases/download/v"$VERSION"/code-server_"${VERSION}"_amd64.deb &>/dev/null
dpkg -i code-server_"${VERSION}"_amd64.deb &>/dev/null
rm -rf code-server_"${VERSION}"_amd64.deb
curl -fOL https://github.com/coder/code-server/releases/download/v"$VERSION"/code-server_"${VERSION}"_arm64.deb &>/dev/null
dpkg -i code-server_"${VERSION}"_arm64.deb &>/dev/null
rm -rf code-server_"${VERSION}"_arm64.deb
mkdir -p ~/.config/code-server/
systemctl enable -q --now code-server@"$USER"
cat <<EOF >~/.config/code-server/config.yaml