diff --git a/gbar.sh b/gbar.sh index bc0f0c8..8038ccc 100644 --- a/gbar.sh +++ b/gbar.sh @@ -19,12 +19,12 @@ # This only wokrs for generic package names, like neovim, or vim, or tmux etc.. # not every package packagemanager has the same packagenames for their packages.. getImports() { - local url="https://git.k4li.de/scripts/imports/raw/branch/main/dreams.sh" + local url="https://git.k4li.de/scripts/imports/raw/branch/main/dream.sh" local import="$(mktemp)" if command_exists curl; then curl -fsSL $url -o $import elif command_exists wget; then - wget -o $import $url + wget -O $import $url else echo "curl/wget is required, but missing.." exit 69