f256/get-foenixmgr.sh
2023-12-30 17:05:38 -06:00

9 lines
185 B
Bash
Executable file

#!/bin/bash
if [[ ! -d FoenixMgr ]]; then
sudo apt-get install -y pip
git clone https://github.com/pweingar/FoenixMgr.git
pushd FoenixMgr
pip install -r requirements.txt
popd
fi