improve pardus compatibilty
This commit is contained in:
parent
8355a3f91c
commit
e4ba617fc5
1 changed files with 2 additions and 8 deletions
10
README.md
10
README.md
|
@ -15,7 +15,8 @@ Dependencies `git, go`
|
||||||
|
|
||||||
Debian/Pardus
|
Debian/Pardus
|
||||||
```bash
|
```bash
|
||||||
sudo apt install git
|
sudo apt install git curl
|
||||||
|
sudo apt remove golang-go
|
||||||
```
|
```
|
||||||
|
|
||||||
Install latest version of Go !
|
Install latest version of Go !
|
||||||
|
@ -30,13 +31,6 @@ source .bashrc
|
||||||
go version
|
go version
|
||||||
```
|
```
|
||||||
|
|
||||||
// TODO
|
|
||||||
// 1. get tar.gz from original website
|
|
||||||
// 2. extract tar.gz
|
|
||||||
// 3. move go to /usr/local/go
|
|
||||||
// 4. add to path
|
|
||||||
// 5. check version
|
|
||||||
|
|
||||||
Build / Install with:
|
Build / Install with:
|
||||||
```bash
|
```bash
|
||||||
wget -qO- https://git.aliberksandikci.com.tr/Liderahenk/go-daemon/raw/branch/main/go-daemon/install.sh | bash
|
wget -qO- https://git.aliberksandikci.com.tr/Liderahenk/go-daemon/raw/branch/main/go-daemon/install.sh | bash
|
||||||
|
|
Loading…
Reference in a new issue