mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
python-psycopg2 -> python3-psycopg2
This commit is contained in:
parent
d68644be72
commit
3179a53ed1
4 changed files with 4 additions and 5 deletions
|
@ -76,7 +76,7 @@ elif [ -f /etc/debian_version ]; then # Includes Debian, Ubuntu & Raspbian
|
|||
|
||||
echo -e "\napt update; apt install ansible and python3 dependencies\n"
|
||||
apt update
|
||||
apt -y --allow-downgrades install ansible python3-distutils python3-mysqldb python3-passlib python3-pip python3-setuptools python3-virtualenv
|
||||
apt -y --allow-downgrades install ansible python3-distutils python3-mysqldb python3-passlib python3-pip python3-setuptools python3-virtualenv python3-psycopg2
|
||||
|
||||
echo -e "\nSUCCESS: verify Ansible using 'ansible --version' and/or 'apt -a list ansible'\n\n"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue