Skip to content

Commit

Permalink
Debian - run_all.sh: Fix typo (optional_packages_install.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 26, 2024
1 parent 6a941b6 commit eebee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DebianCLI/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eebee60

Please sign in to comment.