aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2015-10-10 21:38:44 +0200
committerMatMoul <matmoul@gmail.com>2015-10-10 21:38:44 +0200
commitcd4965653cbe82cb6e7ff541fa82d676a8532f14 (patch)
tree08af21a1c08704df59fc08b221effe42a14e4a41
parent82b13b126c736bb65145557f7a49f14e8756c53d (diff)
downloadhyperfi-cd4965653cbe82cb6e7ff541fa82d676a8532f14.tar.lz
hyperfi-cd4965653cbe82cb6e7ff541fa82d676a8532f14.tar.xz
hyperfi-cd4965653cbe82cb6e7ff541fa82d676a8532f14.zip
Remove CHANGELOG, too hard to maintain
-rw-r--r--archfi8
1 files changed, 0 insertions, 8 deletions
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