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 # install ansible
if grep -q ^RELEASE=22 /etc/linuxmint/info if grep -q ^RELEASE=22 /etc/linuxmint/info
then then
sudo apt-get -y install ansible sudo apt-get -y install ansible git
else else
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip git sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip git
sudo pip install ansible sudo pip install ansible

View File

@ -84,6 +84,7 @@
- org.gnome.Evolution - org.gnome.Evolution
- com.github.tchx84.Flatseal - com.github.tchx84.Flatseal
- tv.kodi.Kodi - tv.kodi.Kodi
- im.riot.Riot
state: present state: present
method: system method: system