Skip to content

Commit a0caccd

Browse files
committed
Implement bootstrapper
1 parent edbdfb0 commit a0caccd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

run.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)