We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a56897 commit fcef780Copy full SHA for fcef780
1 file changed
README.md
@@ -17,7 +17,10 @@ Features:
17
18
How to use:
19
1. Must be run from an Arch environment. Latest live iso recommended.
20
-3. Make script executable (chmod +x) and run it with root privileges. (./install.sh)
+3. One command that downloads script, makes it executable and runs it. Make sure to run this with root privileges!
21
+```
22
+wget https://raw.githubusercontent.com/EmperorPenguin18/linux-installer/main/install.sh && chmod +x install.sh && ./install.sh
23
24
4. Answer prompts. Just covers the basics.
25
5. Wait for installation to complete.
26
6. Boot away! Only the most basic packages are installed so the rest is up to you. But thats the fun part right? :)
0 commit comments