changed repo URL of script

This commit is contained in:
filippo-ferrari 2024-01-28 18:15:05 +01:00
parent 22c637b5fb
commit 2bb08eca69

View file

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