Remove asking for rsync

It's included by default

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-03-14 14:02:14 +01:00
parent 2240f51c2a
commit 1f53c69568
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -18,7 +18,6 @@ steps:
- name: Execute deploy script
image: ubuntu:latest
commands:
- apt install -y rsync
- wget https://f.ruina.exposed/add-froth-key.sh
- chmod +x add-froth-key.sh
- ./add-froth-key.sh && echo "KEY ADDED SUCCESFULLY"