File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33# This script sets up a blank Ubuntu 22.04 VM for Chromium debugging.
44wget " https://raw.githubusercontent.com/chromium/chromium/main/tools/valgrind/asan/third_party/asan_symbolize.py"
55
6- wget " https://github.com/google/fetchchromium/releases/download/v0.4.0 /fetchchromium_0.4.0 -1_amd64.deb"
7- sudo dpkg -i fetchchromium_0.4.0 -1_amd64.deb
8- rm fetchchromium_0.4.0 -1_amd64.deb
6+ wget " https://github.com/google/fetchchromium/releases/download/v0.4.1 /fetchchromium_0.4.1 -1_amd64.deb"
7+ sudo dpkg -i fetchchromium_0.4.1 -1_amd64.deb
8+ rm fetchchromium_0.4.1 -1_amd64.deb
99
10- wget " https://github.com/google/ripunzip/releases/download/v1.2.1/ripunzip_1.2.1 -1_amd64.deb"
11- sudo dpkg -i ripunzip_1.2.1 -1_amd64.deb
12- rm ripunzip_1.2.1 -1_amd64.deb
10+ wget " https://github.com/google/ripunzip/releases/download/v1.2.1/ripunzip_1.2.2 -1_amd64.deb"
11+ sudo dpkg -i ripunzip_1.2.2 -1_amd64.deb
12+ rm ripunzip_1.2.2 -1_amd64.deb
1313
1414# Hard coded because of a bug in some versions
1515wget " https://deb.rug.nl/ppa/mirror/dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_125.0.6422.20_amd64.deb"
You can’t perform that action at this time.
0 commit comments