Remove CHANGELOG, too hard to maintain
This commit is contained in:
parent
82b13b126c
commit
cd4965653c
1 changed files with 0 additions and 8 deletions
8
archfi
8
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
|
||||
|
|
Loading…
Reference in a new issue