Update glances.sh
This commit is contained in:
parent
47cbeed528
commit
5c41d05c5a
@ -34,8 +34,8 @@ function msg_error() { echo -e "${CROSS} ${RD}$1${CL}"; }
|
|||||||
|
|
||||||
install_glances_debian() {
|
install_glances_debian() {
|
||||||
msg_info "Installing dependencies"
|
msg_info "Installing dependencies"
|
||||||
$STD apt-get update
|
apt-get update
|
||||||
$STD apt-get install -y gcc lm-sensors wireless-tools
|
apt-get install -y gcc lm-sensors wireless-tools
|
||||||
msg_ok "Installed dependencies"
|
msg_ok "Installed dependencies"
|
||||||
|
|
||||||
msg_info "Setting up Python + uv"
|
msg_info "Setting up Python + uv"
|
||||||
@ -102,8 +102,8 @@ uninstall_glances_debian() {
|
|||||||
# install on Alpine
|
# install on Alpine
|
||||||
install_glances_alpine() {
|
install_glances_alpine() {
|
||||||
msg_info "Installing dependencies"
|
msg_info "Installing dependencies"
|
||||||
$STD apk update
|
apk update
|
||||||
$STD apk add --no-cache gcc musl-dev python3 py3-pip py3-virtualenv lm-sensors wireless-tools
|
apk add --no-cache gcc musl-dev python3 py3-pip py3-virtualenv lm-sensors wireless-tools
|
||||||
msg_ok "Installed dependencies"
|
msg_ok "Installed dependencies"
|
||||||
|
|
||||||
msg_info "Setting up Python + uv"
|
msg_info "Setting up Python + uv"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user