Fixed it..

This commit is contained in:
pika 2025-05-24 00:14:58 +02:00
parent 935758d6d6
commit 1804e81871

View file

@ -1,3 +1,11 @@
{
#!/usr/bin/env bash
# ─< Check if the given command exists silently >─────────────────────────────────────────
command_exists() {
command -v "$@" >/dev/null 2>&1
}
# _arch() { # _arch() {
# local err # local err
# # run _install docker docker-compose --noconfirm # # run _install docker docker-compose --noconfirm
@ -40,14 +48,6 @@
# fi # fi
# } # }
{
#!/usr/bin/env bash
# ─< Check if the given command exists silently >─────────────────────────────────────────
command_exists() {
command -v "$@" >/dev/null 2>&1
}
getImports() { getImports() {
local url="$1" local url="$1"
local import="$(mktemp)" local import="$(mktemp)"
@ -115,9 +115,9 @@
[debian]="depsDebian" [debian]="depsDebian"
[ubuntu]="depsUbuntu" [ubuntu]="depsUbuntu"
[fedora]="depsFedora" [fedora]="depsFedora"
[opensuse]="depsOpensuse"
[arch]="depsArch" [arch]="depsArch"
[alpine]="depsAlpine" [alpine]="depsAlpine"
[opensuse]="depsOpensuse"
) )
# INFO: # INFO: