Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-05-23 16:23:57 +02:00 committed by GitHub
parent 26284790f2
commit ffb46409f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -495,6 +495,7 @@ clean_apt_cache(){
setup_ftp() {
if [ "$INSTALL_FTP" = true ]; then
echo "Installing experimental FTP service."
curl -sSL https://raw.githubusercontent.com/stefanpejcic/OpenPanel-FTP/master/setup.sh | bash
fi
}