From 3cfeb2fd0ae536519dce93046839ef55ae2295b0 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Fri, 11 Apr 2025 20:21:33 +0000 Subject: [PATCH] fixed repo path --- pacman/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman/install.sh b/pacman/install.sh index 63aa96e..27e580d 100644 --- a/pacman/install.sh +++ b/pacman/install.sh @@ -1,3 +1,3 @@ #!/bin/bash echo "Updating pacman mirrorlist" -curl -s -o /etc/pacman.d/mirrorlist https://git.xoservice.nl/marcel/deploy/master/raw/pacman/mirrorlist \ No newline at end of file +curl -s -o /etc/pacman.d/mirrorlist https://git.xoservice.nl/marcel/deploy/raw/master/pacman/mirrorlist \ No newline at end of file