File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ check_missing_packages () {
79
79
if [[ $DISTRO == " Ubuntu" ]]; then
80
80
echo " for ubuntu:"
81
81
echo " $ sudo apt-get update"
82
- echo -n " $ sudo apt-get install subversion ragel curl texinfo g++ bison flex cvs yasm automake libtool autoconf gcc cmake git make pkg-config zlib1g-dev mercurial unzip pax nasm gperf autogen bzip2 autoconf-archive p7zip-full meson clang python-is-python3 "
82
+ echo -n " $ sudo apt-get install subversion ragel curl texinfo g++ bison flex cvs yasm automake libtool autoconf gcc cmake git make pkg-config zlib1g-dev mercurial unzip pax nasm gperf autogen bzip2 autoconf-archive p7zip-full meson clang"
83
83
if at_least_required_version " 18.04" " $( lsb_release -rs) " ; then
84
84
echo -n " python3-distutils" # guess it's no longer built-in, lensfun requires it...
85
85
fi
You can’t perform that action at this time.
0 commit comments