File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 150150fi
151151
152152log " 🔎 Checking for required utilities..."
153- [[ ! -x " $( command -v 7z ) " ]] && die " 💥 7z is not installed. On Ubuntu, install the 'p7zip-full ' package."
153+ [[ ! -x " $( command -v xorriso ) " ]] && die " 💥 xorriso is not installed. On Ubuntu, install the 'xorriso ' package."
154154[[ ! -x " $( command -v sed) " ]] && die " 💥 sed is not installed. On Ubuntu, install the 'sed' package."
155155[[ ! -x " $( command -v curl) " ]] && die " 💥 curl is not installed. On Ubuntu, install the 'curl' package."
156156[[ ! -x " $( command -v mkisofs) " ]] && die " 💥 mkisofs is not installed. On Ubuntu, install the 'genisoimage' package."
208208 log " 🤞 Skipping verification of source ISO."
209209fi
210210log " 🔧 Extracting ISO image..."
211- 7z -y x " ${source_iso} " -o" $tmpdir " > /dev/null
211+ xorriso -osirrox on -indev " ${source_iso} " -extract / " $tmpdir " & > /dev/null
212+ chmod -R u+w " $tmpdir "
212213rm -rf " $tmpdir /" ' [BOOT]'
213214log " 👍 Extracted to $tmpdir "
214215
You can’t perform that action at this time.
0 commit comments