blob: 6388d7419ea21141a0b47498d6687a1c2d8a45b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
# My Arch Linux installation script
# by David T. Sadler <davidtsadler@googlemail.com>
# License: GNU GPLv3
## Installation:
On an Arch based distribution as root, run the following:
```
curl -LO https://raw.githubusercontent.com/davidtsadler/gohan/master/gohan.sh
sh goha.sh
```
|