summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-15 10:36:47 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-15 10:36:47 -0400
commit2d7e3aca1fb5eddcd503fd90ac7bc854cf589402 (patch)
tree5452216f9c3ec72d031d254541054fad4a1c7ddd
parentdda66141b5e147ef102bb8042224d245022eff7f (diff)
re-enable chrome store
-rw-r--r--larbs.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/larbs.sh b/larbs.sh
index eb97f32..32a1dd2 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -233,8 +233,7 @@ sed -i "s/^$name:\(.*\):\/bin\/.*/$name:\1:\/bin\/zsh/" /etc/passwd
dbus-uuidgen > /var/lib/dbus/machine-id
# Block Brave autoupdates just in case. (I don't know if these even exist on Linux, but whatever.)
-grep -q "laptop-updates.brave.com" /etc/hosts || echo "0.0.0.0 laptop-updates.brave.com
-0.0.0.0 go-updater.brave.com" >> /etc/hosts
+grep -q "laptop-updates.brave.com" /etc/hosts || echo "0.0.0.0 laptop-updates.brave.com" >> /etc/hosts
# If user chose i3, start i3 on startx by default.
[ "$edition" = "i3" ] && sed -i "s/^exec dwm/# exec dwm/;s/^#\s*exec i3/exec i3/;s/#\s*export STATUSBAR=\"\?i3blocks\"\?/export STATUSBAR=\"i3blocks\"/" "/home/$name/.xinitrc"