Switch Brave Origin from the beta to the stable release (#6021)
Brave now publishes brave-origin-bin on AUR, so use it instead of brave-origin-beta-bin. The stable wrapper also parses flags files correctly, so Brave Origin can use the normal chromium flags like the other Chromium-based browsers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
committed by
David Heinemeier Hansson
co-authored by
Claude Fable 5
parent
81217e5749
commit
c50273e93a
@@ -42,15 +42,15 @@ brave)
|
||||
omarchy-pkg-drop brave-bin
|
||||
rm -f ~/.config/brave-flags.conf
|
||||
|
||||
if omarchy-pkg-missing brave-origin-beta-bin; then
|
||||
if omarchy-pkg-missing brave-origin-bin; then
|
||||
sudo rm -rf /etc/brave
|
||||
fi
|
||||
;;
|
||||
brave-origin)
|
||||
echo "Removing Brave Origin..."
|
||||
set_fallback_default_browser brave-origin-beta.desktop
|
||||
omarchy-pkg-drop brave-origin-beta-bin
|
||||
rm -f ~/.config/brave-origin-beta-flags.conf
|
||||
set_fallback_default_browser brave-origin.desktop
|
||||
omarchy-pkg-drop brave-origin-bin
|
||||
rm -f ~/.config/brave-origin-flags.conf
|
||||
|
||||
if omarchy-pkg-missing brave-bin; then
|
||||
sudo rm -rf /etc/brave
|
||||
|
||||
Reference in New Issue
Block a user