Fixed install_deps.sh for ubuntu 20.04

This commit is contained in:
strNophix 2022-03-14 22:53:08 +01:00
parent b9d844d405
commit 52b3dad70c

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt update --yes && sudo apt upgrade --yes
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install --yes virtualbox vagrant ansible
ansible-galaxy install -r ./requirements.yml