mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
remove update in install script
This commit is contained in:
parent
8d83164aef
commit
a2a8608257
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ sudo yunohost firewall allow --no-upnp TCP $port 2>&1
|
|||
ynh_app_setting_set $app port $port
|
||||
|
||||
# Install de dependencies
|
||||
sudo apt-get update
|
||||
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
|
||||
cd /tmp
|
||||
wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2015.6.1_all.deb
|
||||
|
|
Loading…
Reference in a new issue