We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbdfb0 commit a0caccdCopy full SHA for a0caccd
1 file changed
run.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+clear
3
+echo "SimplyArch bootstrapper..."
4
+echo
5
+pacman -Sy git
6
+git clone https://github.com/geminis3/simplyarch
7
+cd simplyarch || return 1
8
+chmod +x simplyarch.sh
9
+./simplyarch.sh
0 commit comments