Skip to content
Snippets Groups Projects
Commit 9fbe054f authored by CALIN Alexis's avatar CALIN Alexis
Browse files

wget .crx

parent 961bb977
Branches
No related tags found
No related merge requests found
......@@ -55,7 +55,8 @@ if [ "$distro" == "Debian" ]; then
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.Eloston.UngoogledChromium
# add download extension :
# curl -s https://api.github.com/repos/gorhill/uBlock/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep chromium.zip
wget $(curl -s https://api.github.com/repos/NeverDecaf/chromium-web-store/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep .crx)
wget $(curl -s https://api.github.com/repos/gorhill/uBlock/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep chromium.zip)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment