Phaeilo / bootloader-crimes

Bootstrap disposable Windows VMs configured through a web app
https://bootloader-crimes.de
MIT License
90 stars 11 forks source link

Use bash for mkdisk.sh to have pushd and popd #2

Open muelli opened 1 year ago

muelli commented 1 year ago

On my system, pushd and popd are bash internals, so let's make the script use bash.

Phaeilo commented 1 year ago

Nice hack! This script is awful for portability, I think long term it should just be put into an alpine container, which would make a bunch of things less awkward to do.