chore(quickget): remove obsolete logic for guix

This commit is contained in:
Martin Wimpress 2024-05-07 00:28:34 +01:00 committed by Martin Wimpress
parent 7e12bac3e6
commit ef9390d43c

View File

@ -3395,9 +3395,7 @@ function create_vm() {
unzip ${VM_PATH}/${ISO} -d ${VM_PATH}
ISO=$(ls ${VM_PATH} | grep -i '.iso')
fi
#if [ ${OS} == "guix" ] && [[ $ISO =~ ".qcow2" ]]; then
#cp ${VM_PATH}/${ISO} ${VM_PATH}/disc.qcow2
#fi
if [[ ${OS} == "batocera" ]] && [[ ${ISO} =~ ".gz" ]]; then
gzip -d "${VM_PATH}/${ISO}"
ISO="${ISO/.gz/}"