banan-os/install-usb.sh

6 lines
72 B
Bash
Executable File

#!/bin/sh
set -e
. ./iso.sh
sudo su -c "cat banan-os.iso > /dev/sda"