From 9f18869ebe049ed90cc81b4faa66ad0c8e3bbd01 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 10 Jun 2025 11:34:33 +0200 Subject: [PATCH] wip --- zellij.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij.sh b/zellij.sh index 9b57fc4..192563e 100644 --- a/zellij.sh +++ b/zellij.sh @@ -18,7 +18,7 @@ command_exists() { # 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() { - i="https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh" + i="https://git.k4li.de/scripts/imports/raw/branch/main/dream.sh" import="$(mktemp)" if command_exists curl; then curl -fsSL $i -o $import