feat: readme

This commit is contained in:
Aleksander Wilczyński 2025-03-21 01:03:50 +01:00
parent 184307e2f1
commit 63a935e718
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE
2 changed files with 8 additions and 3 deletions

5
readme.md Normal file
View File

@ -0,0 +1,5 @@
# How to use
```sh
curl https://git.alekswilc.dev/alekswilc/setup/raw/branch/main/setup.sh | sudo bash
```

View File

@ -69,11 +69,11 @@ install_public_and_private_ip_route() {
systemctl start delete-route-eth1.service;
}
cmd=(dialog --output-fd 1 --separate-output --extra-button --checklist '[ALEKSWILC.dev] Choose the tools to install:' 0 0 0)
cmd=(dialog --output-fd 1 --separate-output --checklist '[ALEKSWILC.dev] Choose the tools to install:' 0 0 0)
load-dialog () {
options=(
1 'Util' on
2 'Nodejs' on
1 'Essentials' on
2 'Nodejs' off
3 'Wireguard' off
4 'GO' off
5 'Docker' off