install-arch
install-arch copied to clipboard
dot space < ( c u r l space o g dot l c ) enter
Modified install to include stuff from other scripts, so we only have to run one script
While the install script is being worked on already, we don't have anything for [the other goals](http://www.twitchinstalls.com) yet. So here's what we need: - [x] Boot Arch Linux from the...
pacman -S python && pacman -S nano //installs python & way to edit touch helloWorld.py //make python script file nano helloWorld.py //open it in text editor print("Hello World!") //actual Hello...
closes #12
Booting from an ext4 partition is a bit boring, this installer script needs more ZFS!
ulimit
prevent forkbomb