mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-23 13:33:49 +01:00
changes
This commit is contained in:
@@ -52,7 +52,7 @@ if [[ ! -f /etc/apw.conf ]];then
|
||||
echo "$(gettext "It's the first run of the program, we need a thing before continue")"
|
||||
echo "$(gettext "What, or in what is based your Linux?")"
|
||||
echo "$(gettext "(The answer will be recorded in /etc/apw.conf, if you want to reset apw, delete this file)")"
|
||||
options=("Debian/Ubuntu (apt)" "Fedora/Redhat (dnf)" "CentOS 6 (yum)" "Archlinux (pacman)" "Suse (zypper)")
|
||||
options=("Debian/Ubuntu (apt)" "Fedora/Redhat (dnf)" "CentOS 6 (yum)" "Archlinux (pacman)" "Suse (zypper)" "Void Linux (XBPS)")
|
||||
select opt in "${options[@]}"
|
||||
do
|
||||
case $opt in
|
||||
|
||||
Reference in New Issue
Block a user