Update glances.sh

fixes https://github.com/tteck/Proxmox/issues/2870
This commit is contained in:
tteckster 2024-04-27 11:06:02 -04:00 committed by GitHub
parent fff310fe16
commit 93aa096169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ msg_ok() {
}
msg_info "Installing $APP"
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
bash -c "$(wget -qLO - https://raw.githubusercontent.com/nicolargo/glancesautoinstall/master/install.sh)" &>/dev/null
cat <<EOF >/etc/systemd/system/glances.service
[Unit]