fix and riot/element

This commit is contained in:
olli
2024-09-09 11:51:09 +02:00
parent 6bea9c2982
commit c135f0e1c7
2 changed files with 2 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
# install ansible
if grep -q ^RELEASE=22 /etc/linuxmint/info
then
sudo apt-get -y install ansible
sudo apt-get -y install ansible git
else
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip git
sudo pip install ansible