correction

merge-requests/273/head
Bernhard Landauer 8 years ago
parent 0a623dac79
commit 00fd37940b

@ -114,7 +114,7 @@ submenu() {
# Adapted from AIS. Checks if system is made by Apple, whether the system is BIOS or UEFI, # Adapted from AIS. Checks if system is made by Apple, whether the system is BIOS or UEFI,
# and for LVM and/or LUKS. # and for LVM and/or LUKS.
id_system() { id_system() {
if [[ ! $(pacman -Q manjaro-architect &>/dev/null) ]]; then if [[ ! $(pacman -Q manjaro-architect) ]]; then
printf "\n :: $(pacman -Q manjaro-architect-dev) ::\n\n" >> ${LOGFILE} printf "\n :: $(pacman -Q manjaro-architect-dev) ::\n\n" >> ${LOGFILE}
else else
printf "\n :: $(pacman -Q manjaro-architect) ::\n\n" >> ${LOGFILE} printf "\n :: $(pacman -Q manjaro-architect) ::\n\n" >> ${LOGFILE}

Loading…
Cancel
Save