Compare commits

..

No commits in common. "35f5b8413d31bec7b09eeb334d0cbfd9481ae2d3" and "851b8458e37be3451603430462ea230ff1a5e1d7" have entirely different histories.

6 changed files with 1 additions and 16 deletions

View File

@ -52,9 +52,6 @@ function default_settings() {
}
function update_script() {
if ! apk -e info newt >/dev/null 2>&1; then
apk add -q newt
fi
while true; do
CHOICE=$(
whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \

View File

@ -52,9 +52,6 @@ function default_settings() {
}
function update_script() {
if ! apk -e info newt >/dev/null 2>&1; then
apk add -q newt
fi
while true; do
CHOICE=$(
whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \

View File

@ -52,9 +52,6 @@ function default_settings() {
}
function update_script() {
if ! apk -e info newt >/dev/null 2>&1; then
apk add -q newt
fi
LXCIP=$(ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
while true; do
CHOICE=$(

View File

@ -52,9 +52,6 @@ function default_settings() {
}
function update_script() {
if ! apk -e info newt >/dev/null 2>&1; then
apk add -q newt
fi
while true; do
CHOICE=$(
whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \

View File

@ -52,9 +52,6 @@ function default_settings() {
}
function update_script() {
if ! apk -e info newt >/dev/null 2>&1; then
apk add -q newt
fi
while true; do
CHOICE=$(
whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \

View File

@ -73,7 +73,7 @@ function update_script() {
else
clear
header_info
echo -e "${GN}Updating to Stable Version${CL}"
echo -e "${GN}Updating to Srable Version${CL}"
BR=""
fi
if [[ "$PY" == "python3.9" ]]; then echo -e "⚠️ Python 3.9 is deprecated and will be removed in Home Assistant 2023.2"; fi