diff --git a/README.md b/README.md index 0f85e4d..46d4cf9 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/init_debian.sh b/init_debian.sh new file mode 100644 index 0000000..c9b6cdb --- /dev/null +++ b/init_debian.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)