Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ You will be prompted for some required configuration and preferences:
> Server Ip and user will be stored in a configuration file `.rpirc`, which will be read on consecutive executions.

The process will:
- Install `vsftdp`, required for deploying.
- Install `docker`.
- Configure `nginx`, if requested.

Expand Down
9 changes: 0 additions & 9 deletions src/modules/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ ssh -o ConnectTimeout=5 $USER@$IP 'bash -s' <<EOF
sudo apt-get update
sudo apt-get upgrade -y

# --- INSTALL UTILITIES ---
# install ftp, override configurations
sudo apt-get install vsftpd -y
sudo sh -c "echo '# --- START OVERRIDES ---
local_enable=YES
write_enable=YES
# --- END OVERRIDES ---' >> /etc/vsftpd.conf"
sudo service vsftpd restart

# --- INSTALL DOCKER ---
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker $USER
Expand Down