exp-build adjustment done in PKGBUILD

merge-requests/273/head
Bernhard Landauer 8 years ago
parent a7f6f83522
commit 920ad697b2

@ -115,11 +115,7 @@ submenu() {
# Adapted from AIS. Checks if system is made by Apple, whether the system is BIOS or UEFI,
# and for LVM and/or LUKS.
id_system() {
if [[ ! $(pacman -Q manjaro-architect) ]]; then
printf "\n :: $(pacman -Q manjaro-architect-dev) ::\n\n" >> ${LOGFILE}
else
printf "\n :: $(pacman -Q manjaro-architect) ::\n\n" >> ${LOGFILE}
fi
printf "\n :: $(pacman -Q manjaro-architect) ::\n\n" >> ${LOGFILE}
# Apple System Detection
if [[ "$(cat /sys/class/dmi/id/sys_vendor)" == 'Apple Inc.' ]] || [[ "$(cat /sys/class/dmi/id/sys_vendor)" == 'Apple Computer, Inc.' ]]; then

Loading…
Cancel
Save