feat: readme
This commit is contained in:
parent
184307e2f1
commit
63a935e718
5
readme.md
Normal file
5
readme.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# How to use
|
||||||
|
|
||||||
|
```sh
|
||||||
|
curl https://git.alekswilc.dev/alekswilc/setup/raw/branch/main/setup.sh | sudo bash
|
||||||
|
```
|
6
setup.sh
6
setup.sh
@ -69,11 +69,11 @@ install_public_and_private_ip_route() {
|
|||||||
systemctl start delete-route-eth1.service;
|
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 () {
|
load-dialog () {
|
||||||
options=(
|
options=(
|
||||||
1 'Util' on
|
1 'Essentials' on
|
||||||
2 'Nodejs' on
|
2 'Nodejs' off
|
||||||
3 'Wireguard' off
|
3 'Wireguard' off
|
||||||
4 'GO' off
|
4 'GO' off
|
||||||
5 'Docker' off
|
5 'Docker' off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user