Refactor for use with Hyprland

This commit is contained in:
Oliver Traber 2024-02-25 20:30:31 +01:00
parent 67f4db010d
commit e38ba9220b
Signed by: Bluemedia
GPG key ID: C0674B105057136C
26 changed files with 457 additions and 398 deletions

View file

@ -2,9 +2,9 @@
UBUNTU_CODENAME=jammy
sudo apt update
sudo apt install wget gpg
sudo apt install -y wget gpg
wget -O- "https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=get&search=0x6125E2A8C77F2818FB7BD15B93C4A3FD7BB9C367" | sudo gpg --dearmour -o /usr/share/keyrings/ansible-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/ansible-archive-keyring.gpg] http://ppa.launchpad.net/ansible/ansible/ubuntu $UBUNTU_CODENAME main" | sudo tee /etc/apt/sources.list.d/ansible.list
sudo apt update
sudo apt install ansible
sudo apt install -y ansible