diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-27 00:39:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-27 00:39:52 +0100 |
commit | a007c31c04929477140970103b11eddf4e983d98 (patch) | |
tree | 993977781f2e32ec9f94914723e45f84519a4a91 /README.org | |
parent | Shellchecked (diff) | |
download | arch-installer-a007c31c04929477140970103b11eddf4e983d98.tar.gz arch-installer-a007c31c04929477140970103b11eddf4e983d98.tar.bz2 arch-installer-a007c31c04929477140970103b11eddf4e983d98.tar.xz arch-installer-a007c31c04929477140970103b11eddf4e983d98.tar.zst arch-installer-a007c31c04929477140970103b11eddf4e983d98.zip |
README update
Diffstat (limited to '')
-rw-r--r-- | README.org | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ * Joe's Arch Linux installation script ** Introduction -My original script meant to automate your Arch Linux installation process. The script was tested on virtual machine only at the moment. +My original script meant to automate your Arch Linux installation process. It is compatible with both *BIOS Legacy* as well as *UEFI* boot modes. -/Note:/ while the script simplifies the whole installation process, this is not made for new users. It is meant for users that already performed *Arch Linux* installations and more or less understand what's going on. It's always best to learn Arch by yourself. +The script was tested on virtual machine only at the moment. -/Note:/ the script does not install too many bloatware other than some utils. You will be prompted to choose whether or not you want ~Xorg~ and other classic desktop user experience extras. +/Note:/ while the script simplifies the whole installation process, this is not made for new users. It is meant for users that already performed *Arch Linux* installations and more or less understand what's going on. It's always best to learn Arch by yourself! -/Note:/ only *UEFI-type installation* is supported at the moment. *BIOS version* soon to come. +/Note:/ the script does not install too many bloatware other than some utils. You will be prompted to choose whether or not you want ~Xorg~ and other classic desktop user experience extras. ** How to use First make sure you are booted in a live /Arch ISO environment/, with the familiar prompt waiting for instructions. @@ -23,9 +23,9 @@ If this fails, refer to [[https://wiki.archlinux.org/index.php/Installation_guid Now you are ready to run the script. Run *the following commands* to begin setup and installation: #+BEGIN_SRC shell -wget https://raw.githubusercontent.com/JozanLeClerc/joes-arch-install/master/joes-arch-install-UEFI.sh -chmod +x joes-arch-install-UEFI.sh -./joes-arch-install-UEFI.sh +wget https://raw.githubusercontent.com/JozanLeClerc/joes-arch-install/master/joes-arch-install.sh +chmod +x joes-arch-install.sh +./joes-arch-install.sh #+END_SRC ** Disclaimers |