Skip to content

Commit

Permalink
Assume yes for sudo apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoK authored Mar 12, 2021
1 parent 3f95566 commit 2d15a92
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions eng/helix/content/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@ fi
export InstallPlaywright="$installPlaywright"
if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
if [[ "$helixQueue" != *"OSX"* ]]; then
echo "sudo apt-get install libdbus-glib-1-2"
sudo apt-get install libdbus-glib-1-2
sudo apt-get install libbrotli1
sudo apt-get install libegl1
sudo apt-get install libnotify4
sudo apt-get install libvpx5
sudo apt-get install libopus0
sudo apt-get install libwoff1
sudo apt-get install libgstreamer-plugins-base1.0-0
sudo apt-get install libgstreamer1.0-0
sudo apt-get install libgstreamer-gl1.0-0
sudo apt-get install libgstreamer-plugins-bad1.0-0
sudo apt-get install libopenjp2-7
sudo apt-get install libwebpdemux2
sudo apt-get install libwebp6
sudo apt-get install libenchant1c2a
sudo apt-get install libsecret-1-0
sudo apt-get install libhyphen0
sudo apt-get install libgles2
sudo apt-get install gstreamer1.0-libav
echo "Installing Playwright requirements..."
sudo apt-get install -y libdbus-glib-1-2
sudo apt-get install -y libbrotli1
sudo apt-get install -y libegl1
sudo apt-get install -y libnotify4
sudo apt-get install -y libvpx5
sudo apt-get install -y libopus0
sudo apt-get install -y libwoff1
sudo apt-get install -y libgstreamer-plugins-base1.0-0
sudo apt-get install -y libgstreamer1.0-0
sudo apt-get install -y libgstreamer-gl1.0-0
sudo apt-get install -y libgstreamer-plugins-bad1.0-0
sudo apt-get install -y libopenjp2-7
sudo apt-get install -y libwebpdemux2
sudo apt-get install -y libwebp6
sudo apt-get install -y libenchant1c2a
sudo apt-get install -y libsecret-1-0
sudo apt-get install -y libhyphen0
sudo apt-get install -y libgles2
sudo apt-get install -y gstreamer1.0-libav
fi
echo "chmod +x $PLAYWRIGHT_DRIVER_PATH"
chmod +x $PLAYWRIGHT_DRIVER_PATH
Expand Down

0 comments on commit 2d15a92

Please sign in to comment.