| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is useful tool for reinstalling your arch linux and setting up all the programs automatically.
It includes 5 parts:
Also, it includes makepkg.patch, which enables --asroot option during installation. Don't worry, the option is removed once installation is complete.
All you need to know is basically 2 parts:
You can find more documentation here.
You don't have to clone this git repo. I have written a script which will curl (download) all 5 scripts to the current folder and uploaded it to my github website. Just run
bash <(curl ewancoder.github.io/al.sh)or the same command with wget. You could also download al.sh, set +x (execution) flag and execute it like this:
curl -O ewancoder.github.io/al.sh
chmod +x al.sh
./al.sh| Back | FazBrowse Home | New Git URL |