Fixed install_deps.sh for ubuntu 20.04
This commit is contained in:
parent
b9d844d405
commit
52b3dad70c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user