1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00

Update packages for Debian Buster

This commit is contained in:
Taker 2021-01-31 16:04:55 +01:00
parent c5d032c032
commit acae323421

View file

@ -36,7 +36,7 @@ sudo yunohost firewall allow --no-upnp TCP $port >/dev/null 2>&1
ynh_app_setting_set $app port $port
# Install de dependencies
ynh_install_app_dependencies build-essential subversion autoconf g++ gcc curl comerr-dev pkg-config cfv libtool libssl-dev libncurses5-dev ncurses-term libsigc++-2.0-dev libcppunit-dev libcurl3 libcurl4-openssl-dev mediainfo rtorrent
ynh_install_app_dependencies build-essential subversion autoconf g++ gcc curl comerr-dev pkg-config libtool libssl-dev libncurses5-dev ncurses-term libsigc++-2.0-dev libcppunit-dev libcurl4 libcurl4-openssl-dev mediainfo rtorrent
sudo ldconfig
@ -73,7 +73,6 @@ cd flood/
npm install
npm run build
# Launch flood on boot
cd $current_dir
sudo cp ../sources/flood.service /etc/systemd/system/flood.service