Skip to content

Commit

Permalink
chore(quickget): remove obsolete logic for guix
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 6, 2024
1 parent 2e4b8aa commit 9023809
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -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/}"
Expand Down

0 comments on commit 9023809

Please sign in to comment.