Compare commits

..

1 Commits

Author SHA1 Message Date
nicedevil007 44cf2d5048
Created Update/Config part (#1191)
same as you did for vaultwarden or for my first attempt on adguard.

to keep alpine in line with your other code, I made this.

I also added the ability to let the user configure the IP on which the service is listening to
2023-03-19 12:53:31 -04:00
5 changed files with 0 additions and 5 deletions

View File

@ -338,7 +338,6 @@ function install_script() {
ARCH_CHECK ARCH_CHECK
PVE_CHECK PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info header_info

View File

@ -338,7 +338,6 @@ function install_script() {
ARCH_CHECK ARCH_CHECK
PVE_CHECK PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info header_info

View File

@ -338,7 +338,6 @@ function install_script() {
ARCH_CHECK ARCH_CHECK
PVE_CHECK PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info header_info

View File

@ -338,7 +338,6 @@ function install_script() {
ARCH_CHECK ARCH_CHECK
PVE_CHECK PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info header_info

View File

@ -338,7 +338,6 @@ function install_script() {
ARCH_CHECK ARCH_CHECK
PVE_CHECK PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info header_info