From 2bb08eca69b7f144f4d08372dd92035975be3fb7 Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Sun, 28 Jan 2024 18:15:05 +0100 Subject: [PATCH] changed repo URL of script --- static/larbs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/larbs.sh b/static/larbs.sh index a4eae71..81fa1c8 100755 --- a/static/larbs.sh +++ b/static/larbs.sh @@ -6,8 +6,8 @@ ### OPTIONS AND VARIABLES ### -dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" -progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/static/progs.csv" +dotfilesrepo="https://github.com/filippo-ferrari/voidrice.git" +progsfile="https://raw.githubusercontent.com/filippo-ferrari/LARBS/master/static/progs.csv" aurhelper="yay" repobranch="master" export TERM=ansi @@ -26,7 +26,7 @@ error() { welcomemsg() { whiptail --title "Welcome!" \ - --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Script!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-Luke" 10 60 + --msgbox "Welcome to F's version of Luke's Auto-Rice Bootstrapping Script!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-Luke" 10 60 whiptail --title "Important Note!" --yes-button "All ready!" \ --no-button "Return..." \