libffi for Fedora, Arch
This commit is contained in:
@@ -707,12 +707,12 @@ prepare () {
|
|||||||
fi
|
fi
|
||||||
#Fedora35/CentOS
|
#Fedora35/CentOS
|
||||||
if [ $INSTALL -eq 3 ]; then
|
if [ $INSTALL -eq 3 ]; then
|
||||||
dnf -y install python3-devel cmake libjpeg-turbo-devel libbsd-devel libevent-devel haproxy openssh openssh-server
|
dnf -y install python3-devel cmake libjpeg-turbo-devel libbsd-devel libevent-devel haproxy openssh openssh-server libffi-devel
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#ArchLinux
|
#ArchLinux
|
||||||
if [ $INSTALL -eq 4 ]; then
|
if [ $INSTALL -eq 4 ]; then
|
||||||
pacman -S --noconfirm make cmake python python-virtualenv libyaml python-pip libjpeg-turbo python-yaml python-setuptools ffmpeg gcc libevent libbsd openssh haproxy v4l-utils
|
pacman -S --noconfirm make cmake python python-virtualenv libyamlpython-pip libjpeg-turbo python-yaml python-setuptools libffi ffmpeg gcc libevent libbsd openssh haproxy v4l-utils
|
||||||
usermod -a -G uucp $user
|
usermod -a -G uucp $user
|
||||||
fi
|
fi
|
||||||
echo "Enabling ssh server..."
|
echo "Enabling ssh server..."
|
||||||
|
|||||||
Reference in New Issue
Block a user