Skip to content

Instantly share code, notes, and snippets.

@Lulzx
Created December 14, 2018 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lulzx/7e93b15ff07d10ac89398c7dad6984c4 to your computer and use it in GitHub Desktop.
Save Lulzx/7e93b15ff07d10ac89398c7dad6984c4 to your computer and use it in GitHub Desktop.
command to flash solus' iso to usb drive
sudo dd if=Solus-3.9999-Budgie.iso of=/dev/sdb bs=1M;sudo sync;sudo eject /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment