Welcome to Ubuntu 25.04 and fixes

This commit is contained in:
2025-06-09 10:55:32 +02:00
parent 98133dad03
commit 5b3d5208a3
10 changed files with 53 additions and 12 deletions

View File

@@ -1,10 +1,12 @@
#!/bin/sh
# Simple script to run the playbook
echo "Open Sudo rights before start"
sudo echo "ok"
if [ ! -x /usr/bin/ansible ]; then
echo "Missing Ansible, Running Install"
if [ -x /usr/bin/apt ]; then
# I'm not doing anything fancy, so older version from repo is okay
apt install -f ansible
sudo apt install -f ansible
fi
fi
ansible-playbook install-desktop-toolsontech.yml