diff options
author | MatMoul <matmoul@gmail.com> | 2015-10-10 21:38:44 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-10-10 21:38:44 +0200 |
commit | cd4965653cbe82cb6e7ff541fa82d676a8532f14 (patch) | |
tree | 08af21a1c08704df59fc08b221effe42a14e4a41 | |
parent | 82b13b126c736bb65145557f7a49f14e8756c53d (diff) | |
download | hyperfi-cd4965653cbe82cb6e7ff541fa82d676a8532f14.tar.lz hyperfi-cd4965653cbe82cb6e7ff541fa82d676a8532f14.tar.xz hyperfi-cd4965653cbe82cb6e7ff541fa82d676a8532f14.zip |
Remove CHANGELOG, too hard to maintain
-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 |