From eebee6074ee046696d1e5d80d6a3184fa2c667c4 Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:20:16 +0100 Subject: [PATCH] Debian - run_all.sh: Fix typo (optional_packages_install.sh) --- DebianCLI/run_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DebianCLI/run_all.sh b/DebianCLI/run_all.sh index ceecce7b7..a90615b6d 100755 --- a/DebianCLI/run_all.sh +++ b/DebianCLI/run_all.sh @@ -9,7 +9,7 @@ gnome_present no # Let's try to keep the Ubuntu install script Debian compatible . ../UbuntuCLI/packages_install.sh -. ../UbubtuCLI/packages_install_optional.sh +. ../UbubtuCLI/optional_packages_install.sh . debian_specific_packages.sh # last, because some packages are built from source # stuff that requires user input can be turned off by `--noninteractive` CLI param . ../UbuntuCLI/interactive_part.sh