myconf_artix/inst/scripts/ungoogled-chromium.sh

15 lines
311 B
Bash
Executable File

#!/bin/sh
echo "if this fails, you need to have universe repo enabled, and yay installed"
CMD="-S"
[ "$1" = "-R" ] && CMD="-Rs"
sudo pacman "$CMD" ffmpeg4.4
sudo pacman "$CMD" ungoogled-chromium
sudo pacman "$CMD" ublock-origin
yay "$CMD" aur/chromium-extension-web-store
yay "$CMD" aur/chromium-widevine