mirror of https://github.com/tteck/Proxmox.git
Python3-pip
This commit is contained in:
parent
0bbe07b838
commit
fe2affda3e
|
@ -361,13 +361,13 @@ if [ "$UPD" == "2" ]; then
|
|||
exit
|
||||
fi
|
||||
IP=$(hostname -I | awk '{print $1}')
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
apt-get install -y python3-pip &>/dev/null
|
||||
pip install flask &>/dev/null
|
||||
pip install ifcfg &>/dev/null
|
||||
pip install flask_qrcode &>/dev/null
|
||||
pip install icmplib &>/dev/null
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
msg_info "Installing WGDashboard"
|
||||
WGDREL=$(curl -s https://api.github.com/repos/donaldzou/WGDashboard/releases/latest |
|
||||
|
|
|
@ -87,9 +87,9 @@ $STD apt-get install -y sudo
|
|||
$STD apt-get install -y mc
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
$STD apt-get install -y python3-pip
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
msg_info "Installing Deluge"
|
||||
$STD pip install deluge[all]
|
||||
|
|
|
@ -87,9 +87,9 @@ apt-get install -y sudo &>/dev/null
|
|||
apt-get install -y git &>/dev/null
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
apt-get install -y python3-pip &>/dev/null
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
msg_info "Installing ESPHome"
|
||||
pip3 install esphome &>/dev/null
|
||||
|
|
|
@ -89,9 +89,9 @@ $STD apt-get install -y mc
|
|||
$STD apt-get install -y git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
$STD apt-get install -y python3-pip
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
msg_info "Installing ESPHome"
|
||||
$STD pip3 install esphome
|
||||
|
|
|
@ -86,9 +86,9 @@ apt-get install -y curl &>/dev/null
|
|||
apt-get install -y sudo &>/dev/null
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
apt-get install -y python3-pip &>/dev/null
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
get_latest_release() {
|
||||
curl -sL https://api.github.com/repos/$1/releases/latest | grep '"tag_name":' | cut -d'"' -f4
|
||||
|
|
|
@ -86,9 +86,9 @@ apt-get install -y curl &>/dev/null
|
|||
apt-get install -y sudo &>/dev/null
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
apt-get install python3-pip -y &>/dev/null
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
msg_info "Installing Whoogle"
|
||||
pip install brotli &>/dev/null
|
||||
|
|
|
@ -88,9 +88,9 @@ $STD apt-get install -y sudo
|
|||
$STD apt-get install -y mc
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
$STD apt-get install -y python3-pip
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
msg_info "Installing Whoogle"
|
||||
$STD pip install brotli
|
||||
|
|
|
@ -110,13 +110,13 @@ chmod +x install.sh
|
|||
./install.sh --unattended options.conf &>/dev/null
|
||||
msg_ok "Installed WireGuard"
|
||||
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
apt-get install python3-pip -y &>/dev/null
|
||||
pip install flask &>/dev/null
|
||||
pip install ifcfg &>/dev/null
|
||||
pip install flask_qrcode &>/dev/null
|
||||
pip install icmplib &>/dev/null
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
msg_info "Installing WGDashboard"
|
||||
WGDREL=$(curl -s https://api.github.com/repos/donaldzou/WGDashboard/releases/latest |
|
||||
|
|
Loading…
Reference in New Issue