Skip to content

Commit 6ecb555

Browse files
committed
Assume yes for sudo apt-get
1 parent 43a2611 commit 6ecb555

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

eng/helix/content/runtests.sh

+20-20
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,26 @@ fi
3939
export InstallPlaywright="$installPlaywright"
4040
if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
4141
if [[ "$helixQueue" != *"OSX"* ]]; then
42-
echo "sudo apt-get install libdbus-glib-1-2"
43-
sudo apt-get install libdbus-glib-1-2
44-
sudo apt-get install libbrotli1
45-
sudo apt-get install libegl1
46-
sudo apt-get install libnotify4
47-
sudo apt-get install libvpx5
48-
sudo apt-get install libopus0
49-
sudo apt-get install libwoff1
50-
sudo apt-get install libgstreamer-plugins-base1.0-0
51-
sudo apt-get install libgstreamer1.0-0
52-
sudo apt-get install libgstreamer-gl1.0-0
53-
sudo apt-get install libgstreamer-plugins-bad1.0-0
54-
sudo apt-get install libopenjp2-7
55-
sudo apt-get install libwebpdemux2
56-
sudo apt-get install libwebp6
57-
sudo apt-get install libenchant1c2a
58-
sudo apt-get install libsecret-1-0
59-
sudo apt-get install libhyphen0
60-
sudo apt-get install libgles2
61-
sudo apt-get install gstreamer1.0-libav
42+
echo "Installing Playwright requirements..."
43+
sudo apt-get install -y libdbus-glib-1-2
44+
sudo apt-get install -y libbrotli1
45+
sudo apt-get install -y libegl1
46+
sudo apt-get install -y libnotify4
47+
sudo apt-get install -y libvpx5
48+
sudo apt-get install -y libopus0
49+
sudo apt-get install -y libwoff1
50+
sudo apt-get install -y libgstreamer-plugins-base1.0-0
51+
sudo apt-get install -y libgstreamer1.0-0
52+
sudo apt-get install -y libgstreamer-gl1.0-0
53+
sudo apt-get install -y libgstreamer-plugins-bad1.0-0
54+
sudo apt-get install -y libopenjp2-7
55+
sudo apt-get install -y libwebpdemux2
56+
sudo apt-get install -y libwebp6
57+
sudo apt-get install -y libenchant1c2a
58+
sudo apt-get install -y libsecret-1-0
59+
sudo apt-get install -y libhyphen0
60+
sudo apt-get install -y libgles2
61+
sudo apt-get install -y gstreamer1.0-libav
6262
fi
6363
echo "chmod +x $PLAYWRIGHT_DRIVER_PATH"
6464
chmod +x $PLAYWRIGHT_DRIVER_PATH

0 commit comments

Comments
 (0)