Merge pull request #2167 from MichaIng/patch-2
[Debian] Replace Python 2 packages by their Python 3 counterparts and remove doubled "automake"pull/2172/head
commit
7a2e58bb8f
|
@ -296,7 +296,7 @@ function install_deps() {
|
|||
elif os_is_like debian ; then
|
||||
# Debian / Ubuntu
|
||||
echo "$GREEN Installing packages for Debian/Ubuntu...$RESET"
|
||||
$SUDO apt-get install -y git python3 python3-dev python-setuptools python-gobject-2-dev libtool libffi-dev libssl-dev autoconf automake bison swig libglib2.0-dev portaudio19-dev mpg123 screen flac curl libicu-dev pkg-config automake libjpeg-dev libfann-dev build-essential jq
|
||||
$SUDO apt-get install -y git python3 python3-dev python3-setuptools libtool libffi-dev libssl-dev autoconf automake bison swig libglib2.0-dev portaudio19-dev mpg123 screen flac curl libicu-dev pkg-config libjpeg-dev libfann-dev build-essential jq
|
||||
elif os_is_like fedora ; then
|
||||
echo "$GREEN Installing packages for Fedora...$RESET"
|
||||
# Fedora
|
||||
|
|
Loading…
Reference in New Issue