Update breezy setup to check for the presence of python

This commit is contained in:
wheaney 2024-10-21 10:59:48 -07:00
parent d4d3bd9ca0
commit 5a5c9ab2d6
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ check_command "gnome-extensions"
check_command "glib-compile-schemas"
check_command "update-desktop-database"
check_command "gtk-update-icon-cache"
check_command "python"
# This script gets packaged with the release and should do the bulk of the setup work. This allows this setup to be tied
# to a specific release of the code, and guarantees it will never run along-side newer or older binaries.