Personal install scripts I've created for myself ( obsolete )
|
%!s(int64=9) %!d(string=hai) anos | |
---|---|---|
desktop | %!s(int64=10) %!d(string=hai) anos | |
laptop | %!s(int64=10) %!d(string=hai) anos | |
server | %!s(int64=10) %!d(string=hai) anos | |
ArchInstallInitial.sh | %!s(int64=10) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos |
Various Arch install scripts I've made for my own purpose, fork as you wish! ( obsolete, use only for reference )
#To use them:
Boot into the Arch image ( preferably newer than 6 months ) with either a CD or Flash drive.
connect to network ( skip if using wired ):
wifi-menu
Install Git:
pacman -Sy git
clone:
git clone http://github.com/CSCoder4ever/arch-o-matic.git
change over to the newly cloned repo:
cd arch-o-matic
execute the initial script:
sh ArchInstallInitial.sh
and have fun.