#!/usr/bin/with-contenv bash cd /pagermaid/workdir git remote set-url origin https://github.com/TeamPGM/PagerMaid-Pyro.git git pull pip install -r requirements.txt if [ -s requirements2.txt ]; then pip install -r requirements2.txt fi exit 0