From 84f0e7570f1e0caefc80677270cc6ff59c0a95cf Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 23 Aug 2022 21:05:43 +0200 Subject: [PATCH] fix progs.csv url --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 2092cd9..f3b69fe 100755 --- a/larbs.sh +++ b/larbs.sh @@ -7,7 +7,7 @@ ### OPTIONS AND VARIABLES ### dotfilesrepo="https://git.snaile.de/luca/dotfiles.git" -progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/progs.csv" # TODO: Fix this +progsfile="https://git.snaile.de/luca/bootstrapper/raw/branch/main/progs.csv" aurhelper="paru" repobranch="main"