Install Python packages with --ignore-installed to prevent conflicts with RPM packages
All checks were successful
AWS Deploy on Push / build (push) Successful in 7m53s

This commit is contained in:
2025-05-23 14:11:51 -05:00
parent c21b34f5fe
commit 07dab76e3b

View File

@@ -13,7 +13,8 @@ cd /home/ec2-user
git clone ${REPO_URL}
cd iptv-updater-aws
pip3 install -r requirements.txt
# Install Python packages with --ignore-installed to prevent conflicts with RPM packages
pip3 install --ignore-installed -r requirements.txt
# Create systemd service file
cat << 'EOF' > /etc/systemd/system/iptv-updater.service