1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-25 06:23:49 +01:00
This commit is contained in:
kprkpr
2016-06-15 23:42:51 +02:00
parent 173b11dbf9
commit 52203548eb

View File

@@ -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 "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 "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)")" 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[@]}" select opt in "${options[@]}"
do do
case $opt in case $opt in