From dcd4621667d552b51badd4e39425ac211482b389 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sun, 29 Mar 2020 21:49:28 +0200 Subject: [PATCH 1/4] Update larbs.sh --- larbs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/larbs.sh b/larbs.sh index 0c03fb4..fa5c999 100644 --- a/larbs.sh +++ b/larbs.sh @@ -201,9 +201,6 @@ manualinstall $aurhelper || error "Failed to install AUR helper." # and all build dependencies are installed. installationloop -# Install the LARBS Firefox profile in ~/.mozilla/firefox/ -putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox" - # Pulseaudio, if/when initially installed, often needs a restart to work immediately. [ -f /usr/bin/pulseaudio ] && resetpulse From fd3fdeea95e49594b30f1db207858fa2dc882a74 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sun, 29 Mar 2020 21:50:02 +0200 Subject: [PATCH 2/4] Update larbs.sh --- larbs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/larbs.sh b/larbs.sh index fa5c999..dd00a69 100644 --- a/larbs.sh +++ b/larbs.sh @@ -9,7 +9,6 @@ while getopts ":a:r:b:p:h:w" o; do case "${o}" in h) printf "Optional arguments for custom use:\\n -r: Dotfiles repository (local file or url)\\n -b: Dotfiles branch (master is assumed otherwise)\\n -p: Dependencies and programs csv (local file or url)\\n -a: AUR helper (must have pacman-like syntax)\\n -h: Show this message\\n" && exit ;; r) dotfilesrepo=${OPTARG} && git ls-remote "$dotfilesrepo" || exit ;; - w) wallrepo=${OPTARG} && git ls-remote "$wallrepo" || exit ;; b) repobranch=${OPTARG} ;; p) progsfile=${OPTARG} ;; a) aurhelper=${OPTARG} ;; @@ -18,7 +17,6 @@ esac done # DEFAULTS: [ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/tiynger/.dotfiles.git" && repobranch="master" -[ -z "$wallrepo" ] && dotfilesrepo="https://github.com/tiynger/wallpaper.git" [ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/TiynGER/LARBS/master/progs.csv" [ -z "$aurhelper" ] && aurhelper="yay" [ -z "$repobranch" ] && repobranch="master" From 86a3647c0c8709779c67303b4ed36dc86ce32da1 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sun, 29 Mar 2020 21:51:04 +0200 Subject: [PATCH 3/4] Update larbs.sh --- larbs.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/larbs.sh b/larbs.sh index dd00a69..14597c3 100644 --- a/larbs.sh +++ b/larbs.sh @@ -205,11 +205,6 @@ installationloop # Enable services here. serviceinit NetworkManager cronie -sudo systemctl start docker.service -sudo groupadd docker -sudo gpasswd -a $USER docker -sudo systemctl stop docker.service - #changing default shell chsh --shell /bin/zsh $USER From 8b2f08dc84653829fe8887e58572aaeeb7f13271 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sun, 29 Mar 2020 21:52:27 +0200 Subject: [PATCH 4/4] Update larbs.sh --- larbs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/larbs.sh b/larbs.sh index 14597c3..1f3d413 100644 --- a/larbs.sh +++ b/larbs.sh @@ -219,9 +219,6 @@ systembeepoff newperms "%wheel ALL=(ALL) ALL #LARBS %wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/packer -Syu,/usr/bin/packer -Syyu,/usr/bin/systemctl restart NetworkManager,/usr/bin/rc-service NetworkManager restart,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/yay,/usr/bin/pacman -Syyuw --noconfirm" -# Remove unwanted files -rm -r ~/.local/share/larb - # Last message! Install complete! finalize clear