fix?
This commit is contained in:
parent
d657ae4f4b
commit
c60f14df24
1 changed files with 2 additions and 2 deletions
4
gbar.sh
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue