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