Update nasbeery2
This commit is contained in:
parent
cb4515fd0b
commit
eaf50504d0
16
nasbeery2
16
nasbeery2
@ -63,14 +63,14 @@ if [[ $(lsmod | grep -E ^zfs) ]] && [[ $FORMAT -eq 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# ask for ispconfig installation
|
# ask for ispconfig installation
|
||||||
if [[ $ISPCONFIG -eq 0 ]]; then
|
#if [[ $ISPCONFIG -eq 0 ]]; then
|
||||||
whiptail --title "ISPConfig Setup!" \
|
# whiptail --title "ISPConfig Setup!" \
|
||||||
--backtitle "INSTALL ISPCONFIG?" \
|
# --backtitle "INSTALL ISPCONFIG?" \
|
||||||
--yes-button "INSTALL ISPCONFIG" \
|
# --yes-button "INSTALL ISPCONFIG" \
|
||||||
--no-button "DO NOT INSTALL ISPCONFIG" \
|
# --no-button "DO NOT INSTALL ISPCONFIG" \
|
||||||
--yesno "Would you like to to install ISPConfig on yout nasbeery?" 10 75
|
# --yesno "Would you like to to install ISPConfig on yout nasbeery?" 10 75
|
||||||
ISPCONFIG=$?
|
# ISPCONFIG=$?
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# add extra apt keys
|
# add extra apt keys
|
||||||
apt-key adv --fetch-keys https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key # wsdd repo
|
apt-key adv --fetch-keys https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key # wsdd repo
|
||||||
|
Loading…
Reference in New Issue
Block a user