Skip to content

Commit

Permalink
fix: disable man-db auto update (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaisailovic committed Feb 29, 2024
1 parent fbaa405 commit d11cc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/laboratory/scripts/install-brave-browser.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Installing Brave Browser"

touch /var/lib/man-db/auto-update
echo "set man-db/auto-update false" | sudo debconf-communicate && sudo dpkg-reconfigure man-db

curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

Expand Down

0 comments on commit d11cc2d

Please sign in to comment.