Skip to content

Commit 6fc2216

Browse files
committed
setup-blank-vm updates
1 parent 5f926ea commit 6fc2216

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup-blank-vm.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# This script sets up a blank Ubuntu 22.04 VM for Chromium debugging.
44
wget "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
1515
wget "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"

0 commit comments

Comments
 (0)