diff --git a/makedir.sh b/makedir.sh index be36040..3f82bce 100755 --- a/makedir.sh +++ b/makedir.sh @@ -13,7 +13,7 @@ command_exists() { # ─< to get the alias to install everything either with your shell or inside your script! >─ if command_exists curl; then install_pkg() { - bash --norc -c "$(curl -sSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/snippets/install_pkg.sh)" "$@" + bash --norc -c "$(curl -sSL https://git.k4li.de/scripts/bash/raw/branch/main/snippets/install_pkg.sh)" "$@" } else echo_error "curl is not installed, universal install disabled!"