Utils
This commit is contained in:
@@ -1,2 +1,19 @@
|
||||
# Utils
|
||||
This repository contains useful scriptis for server management. More usefull tools are coming soon...
|
||||
Examples to install
|
||||
|
||||
docker:
|
||||
```bash
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/docker.sh)
|
||||
```
|
||||
go:
|
||||
```bash
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/golang.sh)
|
||||
```
|
||||
rust:
|
||||
```bash
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/rust.sh)
|
||||
```
|
||||
|
||||
Example to use insert variable:
|
||||
```bash
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/miscellaneous/insert_variable.sh) -n USERNAME -v "YOUR_NAME"
|
||||
```
|
||||
Reference in New Issue
Block a user