diff --git a/archfi b/archfi index 25c6482..4b0d2a2 100644 --- a/archfi +++ b/archfi @@ -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