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..." \