changed some things

This commit is contained in:
pika 2025-03-29 22:02:07 +01:00
parent b1ded4d6ab
commit 4bf0f27c36

View file

@ -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!"