5
0
Fork 0

commit by to_remotes 2024-05-03 10:13:50 +0200 from vmdevhw

main
Holger Wasem 2024-05-03 10:13:50 +02:00
parent 19bf0b17dc
commit 89ab587550
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
**usage** **usage**
*init debian*
bash <(curl -sk https://git.service.wiseadvice.eu/wiseadvice_public_repos/wa_public_init_repo/raw/branch/main/init_debian.sh)
zsh <(curl -sk https://git.service.wiseadvice.eu/wiseadvice_public_repos/wa_public_init_repo/raw/branch/main/init.sh) zsh <(curl -sk https://git.service.wiseadvice.eu/wiseadvice_public_repos/wa_public_init_repo/raw/branch/main/init.sh)

3
init_debian.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
source <(curl -sk https://git.service.wiseadvice.eu/wiseadvice_public_repos/wa_public_init_repo/raw/branch/main/init_base.sh)