Browse Source

setup-ubuntu: install python-is-python3

Some packages looks for python instead of python3 or python2
master
Henrik Grimler 5 years ago
parent
commit
f0887f4a8c
  1. 3
      scripts/setup-ubuntu.sh

3
scripts/setup-ubuntu.sh

@ -6,6 +6,9 @@ PACKAGES=""
# For en_US.UTF-8 locale.
PACKAGES+=" locales"
# To provide /usr/bin/python as symlink to /usr/bin/python3
PACKAGES+=" python-is-python3"
# Used by build-package.sh and CI/CD scripts.
PACKAGES+=" curl"
PACKAGES+=" gnupg"

Loading…
Cancel
Save