summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-09-10 20:00:28 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-09-10 20:00:28 -0400
commit82f295e880515a490ae5fe6ad1111c88320afb1f (patch)
tree71abde0f53080ce066d321db5c589a94471e8a7d
parent53ab544ed169671b3944bbf14092ff16668139e0 (diff)
brave block causes problems
-rw-r--r--larbs.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/larbs.sh b/larbs.sh
index 9f918df..1ee76b7 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -219,9 +219,6 @@ sudo -u "$name" mkdir -p "/home/$name/.cache/zsh/"
# dbus UUID must be generated for Artix runit.
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" >> /etc/hosts
-
# Start/restart PulseAudio.
killall pulseaudio; sudo -u "$name" pulseaudio --start