Skip to content

Commit 60f1426

Browse files
Fix: Update apt-get update (#208)
Co-authored-by: an.qnguyen <>
1 parent a0ca945 commit 60f1426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scripts/setup-slim.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -xe
55
TARGETPLATFORM=$1
66

77
cd $KATALON_BASE_ROOT_DIR
8-
8+
apt-get update
99
echo "Install Mozilla Firefox"
1010
apt -y install firefox
1111
# Install 'pulseaudio' package to support WebRTC audio streams

src/scripts/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -xe
55
TARGETPLATFORM=$1
66

77
cd $KATALON_BASE_ROOT_DIR
8-
8+
apt-get update
99
echo "Install Mozilla Firefox"
1010
apt -y install firefox
1111
# Install 'pulseaudio' package to support WebRTC audio streams

0 commit comments

Comments
 (0)