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
All checks were successful
AWS Deploy on Push / build (push) Successful in 7m53s
This commit is contained in:
@@ -13,7 +13,8 @@ cd /home/ec2-user
|
|||||||
git clone ${REPO_URL}
|
git clone ${REPO_URL}
|
||||||
cd iptv-updater-aws
|
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
|
# Create systemd service file
|
||||||
cat << 'EOF' > /etc/systemd/system/iptv-updater.service
|
cat << 'EOF' > /etc/systemd/system/iptv-updater.service
|
||||||
|
|||||||
Reference in New Issue
Block a user