diff options
-rw-r--r-- | archfi | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -30,7 +30,6 @@ mainmenu(){ options+=("$txtselectpartsmenu" "") options+=("" "") options+=("$txthelp" "") - options+=("$txtchangelog" "") options+=("" "") options+=("$txtreboot" "") sel=$(whiptail --backtitle "$apptitle" --title "$txtmainmenu" --menu "" --cancel-button "Exit" --default-item "$nextitem" 0 0 0 \ @@ -122,13 +121,6 @@ help(){ whiptail --backtitle "$apptitle" --title "$txthelp" --msgbox "$msg" 0 0 } -showchangelog(){ - clear - curl -L $baseurl/CHANGELOG > ~/archfi-CHANGELOG - less ~/archfi-CHANGELOG - rm ~/archfi-CHANGELOG -} - rebootpc(){ if (whiptail --backtitle "$apptitle" --title "$txtreboot" --yesno "$txtreboot ?" --defaultno 0 0) then clear |