From 039ebe3bac515cdd9ea0c657c56825015a11ebae Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Fri, 11 Aug 2023 21:03:02 +0200 Subject: [PATCH] Update gitea address --- install.sh | 2 +- roles/dwm/vars/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9ac8e30..7217956 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e SUDO='sudo' -ANSIBLE_REPO='https://git.grondek.pl/pgrondek/ansible-desktop.git' +ANSIBLE_REPO='https://git.grondek.dev/pgrondek/ansible-desktop.git' if [[ "$EUID" == 0 ]]; then echo "Run script as normal user" diff --git a/roles/dwm/vars/main.yml b/roles/dwm/vars/main.yml index 2a4eb55..b6a1247 100644 --- a/roles/dwm/vars/main.yml +++ b/roles/dwm/vars/main.yml @@ -4,6 +4,6 @@ dwm: st: repo: https://github.com/pgrondek/stterm.git dwmstatus: - repo: https://git.grondek.pl/pgrondek/dwmstatus.git + repo: https://git.grondek.dev/pgrondek/dwmstatus.git polybar: repo: https://github.com/pgrondek/polybar-dwm.git \ No newline at end of file