From 3c726d63326487cc6a977a802307fc3a82ca17a8 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 14 May 2025 20:38:30 -0500 Subject: [PATCH] Clone repo and install requirements on instance setup - Fix 1 --- .vscode/settings.json | 1 + infrastructure/userdata.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5e46896..238acd1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "cSpell.words": [ + "certbot", "fiorinis", "gitea", "iptv" diff --git a/infrastructure/userdata.sh b/infrastructure/userdata.sh index 15e82cc..b1303c2 100644 --- a/infrastructure/userdata.sh +++ b/infrastructure/userdata.sh @@ -11,7 +11,7 @@ cd /home/ec2-user git clone https://git.fiorinis.com/Home/iptv-updater-aws.git cd iptv-updater-aws -pip3 install -r requirements.txt", +pip3 install -r requirements.txt # Create nginx config # echo 'server {