From 940174cbf6ea016567aa0615fc6021e32ab2218b Mon Sep 17 00:00:00 2001 From: abeudin Date: Mon, 15 Oct 2012 00:22:53 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/install_yunohost b/install_yunohost index 68d93e4..d5a342a 100755 --- a/install_yunohost +++ b/install_yunohost @@ -111,16 +111,16 @@ then CUSTOMAPT=/etc/apt/sources.list - if [[ "$(lsb_release -cs)" = "wheezy" ]] || [[ "$(lsb_release -cs)" = "n/a" ]] - then - whiptail --title "Yunohost Installation" --yesno "Caution : Yunohost v2 is in development.\nDo you want to proceed install of Yunohost?" 8 78 - YESNO=$? - if [[ $YESNO -eq 1 ]] - then - echo "======== Installation cancelled ========" - exit $ERR_CANCEL_INSTALL - fi - fi + #if [[ "$(lsb_release -cs)" = "wheezy" ]] || [[ "$(lsb_release -cs)" = "n/a" ]] + #then + # whiptail --title "Yunohost Installation" --yesno "Caution : Yunohost v2 is in development.\nDo you want to proceed install of Yunohost?" 8 78 + # YESNO=$? + # if [[ $YESNO -eq 1 ]] + # then + # echo "======== Installation cancelled ========" + # exit $ERR_CANCEL_INSTALL + # fi + #fi grep -qri "yunohost" $CUSTOMAPT if [[ $? -eq 1 ]]