changed some things
This commit is contained in:
parent
b1ded4d6ab
commit
4bf0f27c36
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue