From 4bf0f27c36b70004c6343278f7c06c677520bdf3 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 29 Mar 2025 22:02:07 +0100 Subject: [PATCH] changed some things --- makedir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"