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