commit by to_remotes 2024-05-03 10:13:50 +0200 from vmdevhw
parent
19bf0b17dc
commit
89ab587550
|
|
@ -1,3 +1,8 @@
|
|||
**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)
|
||||
|
|
@ -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)
|
||||
Loading…
Reference in New Issue