Update swp-install

pull/140/head
Mason10198 1 year ago
parent 7abba4c5de
commit 82539e87bb

@ -123,8 +123,10 @@ install_dependencies() {
elif [ "$OS" = "arch" ]; then
pacman -Syu --noconfirm
pacman -S --noconfirm --needed ffmpeg
if ! command -v pip &> /dev/null; then
wget -q https://bootstrap.pypa.io/pip/3.5/get-pip.py
python get-pip.py
fi
pip install requests python-dateutil pydub ruamel.yaml==0.15.100
else
print_divider

Loading…
Cancel
Save

Powered by TurnKey Linux.