Sync scripts from develop

This commit is contained in:
eduard256
2026-04-16 18:54:08 +00:00
parent fb4797f6b3
commit 43a097586a
2 changed files with 36 additions and 0 deletions
+18
View File
@@ -11,6 +11,24 @@ WT_W=60
command -v whiptail &>/dev/null || { echo "whiptail required (install: apt install whiptail | dnf install newt)"; exit 1; }
# Dark theme for whiptail
export NEWT_COLORS='
root=,black
window=,black
border=white,black
textbox=white,black
button=black,white
actbutton=white,magenta
compactbutton=white,black
listbox=white,black
actlistbox=white,magenta
title=magenta,black
roottext=white,black
emptyscale=,black
fullscale=,magenta
helpline=white,black
'
# Parameters
INSTALL_MODE=""
FRIGATE_URL=""
+18
View File
@@ -11,6 +11,24 @@ WT_W=60
command -v whiptail &>/dev/null || { echo "whiptail required"; exit 1; }
# Dark theme for whiptail
export NEWT_COLORS='
root=,black
window=,black
border=white,black
textbox=white,black
button=black,white
actbutton=white,magenta
compactbutton=white,black
listbox=white,black
actlistbox=white,magenta
title=magenta,black
roottext=white,black
emptyscale=,black
fullscale=,magenta
helpline=white,black
'
# Parameters
INSTALL_MODE=""
FRIGATE_URL=""