echo "deb [trusted=yes] https://flood-apt-repo.pages.dev/ devel main" | sudo tee /etc/apt/sources.list.d/flood.list curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash sudo apt update sudo apt install -y flood sudo apt install -y rtorrent SERVICE_USER="download" FLOOD_PORT="8098" EXPLORER_PORT="8099" SERVER_HOST="0.0.0.0" sudo useradd --create-home --shell /bin/false "$SERVICE_USER" sudo mkdir -p /home/$SERVICE_USER/downloads sudo mkdir -p /home/$SERVICE_USER/watch sudo mkdir -p /home/$SERVICE_USER/.config/filebrowser sudo chown -R $SERVICE_USER:$SERVICE_USER /home/$SERVICE_USER sudo tee /etc/systemd/system/flood@.service > /dev/null < /dev/null < /dev/null <:${FLOOD_PORT}" echo "Explorer run in:" echo "http://:${EXPLORER_PORT}" echo "Login: admin | Password: admin"