DAINRA / ungoogled-chromium-void

Ungoogled Chromium template and builds for Void Linux
BSD 3-Clause "New" or "Revised" License
50 stars 3 forks source link

Alternative installation method through the command line #46

Closed levdopa closed 1 year ago

levdopa commented 1 year ago

curl -s https://api.github.com/repos/DAINRA/ungoogled-chromium-void/releases/latest | grep browser_download_url | awk '{print $2}' this will display all the assets in the latest release. Then they can be downloaded using wget.

For example wget https://github.com/DAINRA/ungoogled-chromium-void/releases/download/110.0.5481.77_1/ungoogled-chromium-110.0.5481.77_1.x86_64.xbps

Then xbps-rindex -a *.xbps sudo xbps-install -vR $PWD ungoogled-chromium will install it

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale.

github-actions[bot] commented 1 year ago

This issue has been automatically closed.