cursed idea: using `curl` to directly write an iso from the internet to a usb drive
-
cursed idea: using
curl
to directly write an iso from the internet to a usb drive -
cursed idea: using
curl
to directly write an iso from the internet to a usb driveno reason why it wouldn't work -
no reason why it wouldn't work
wget will work too:
# Replace /dev/device and the url with an actual device file and ISO URL # (be careful tho) sudo wget -O /dev/device https://example.com/some.iso
-
wget will work too:
# Replace /dev/device and the url with an actual device file and ISO URL # (be careful tho) sudo wget -O /dev/device https://example.com/some.iso
@mikoto@akko.wtf That's basically the good guy version of
sudo rm -rf / --no-preserve-root