Python3-pip

pull/986/head
tteckster 3 years ago committed by GitHub
parent 0bbe07b838
commit fe2affda3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ct/wireguard-v5.sh
  2. 4
      install/deluge-v5-install.sh
  3. 4
      install/esphome-install.sh
  4. 4
      install/esphome-v5-install.sh
  5. 4
      install/homeassistant-install.sh
  6. 4
      install/whoogle-install.sh
  7. 4
      install/whoogle-v5-install.sh
  8. 4
      install/wireguard-install.sh

@ -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…
Cancel
Save