Skip to content

Commit

Permalink
Update prepare_system.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerNippes committed Dec 30, 2019
1 parent d52d6be commit f7a88d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ prepare_ubuntu() {
prepare_debian() {
$SUDO apt update -y
$SUDO apt dist-upgrade -y
$SUDO apt install dirmngr curl git mc vim facter python python-pip python-apt python-passlib python-bcrypt aptitude -y
$SUDO apt install dirmngr curl git mc vim facter python python-pip python-apt python-passlib python-bcrypt python-wheel python-setuptools aptitude -y
$SUDO [ $(uname -m) == "aarch64" ] && apt install gcc python-dev libffi-dev libssl-dev make -y
$SUDO pip install ansible -U

Expand Down

0 comments on commit f7a88d8

Please sign in to comment.