improve pardus compatibilty

This commit is contained in:
Aliberk Sandıkçı 2023-07-30 14:27:59 +03:00
parent 8355a3f91c
commit e4ba617fc5
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 2 additions and 8 deletions

View File

@ -15,7 +15,8 @@ Dependencies `git, go`
Debian/Pardus
```bash
sudo apt install git
sudo apt install git curl
sudo apt remove golang-go
```
Install latest version of Go !
@ -30,13 +31,6 @@ source .bashrc
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:
```bash
wget -qO- https://git.aliberksandikci.com.tr/Liderahenk/go-daemon/raw/branch/main/go-daemon/install.sh | bash