mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 18:55:41 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
2
node_modules/playwright-core/bin/README.md
generated
vendored
2
node_modules/playwright-core/bin/README.md
generated
vendored
@@ -1,2 +0,0 @@
|
||||
See building instructions at [`/browser_patches/winldd/README.md`](../../../browser_patches/winldd/README.md)
|
||||
|
||||
6
node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh
generated
vendored
6
node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh
generated
vendored
@@ -32,6 +32,12 @@ if ! command -v curl >/dev/null; then
|
||||
apt-get install -y curl
|
||||
fi
|
||||
|
||||
# GnuPG is not preinstalled in slim images
|
||||
if ! command -v gpg >/dev/null; then
|
||||
apt-get update
|
||||
apt-get install -y gpg
|
||||
fi
|
||||
|
||||
# 3. Add the GPG key, the apt repo, update the apt cache, and install the package
|
||||
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /tmp/microsoft.gpg
|
||||
install -o root -g root -m 644 /tmp/microsoft.gpg /etc/apt/trusted.gpg.d/
|
||||
|
||||
6
node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh
generated
vendored
6
node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh
generated
vendored
@@ -32,6 +32,12 @@ if ! command -v curl >/dev/null; then
|
||||
apt-get install -y curl
|
||||
fi
|
||||
|
||||
# GnuPG is not preinstalled in slim images
|
||||
if ! command -v gpg >/dev/null; then
|
||||
apt-get update
|
||||
apt-get install -y gpg
|
||||
fi
|
||||
|
||||
# 3. Add the GPG key, the apt repo, update the apt cache, and install the package
|
||||
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /tmp/microsoft.gpg
|
||||
install -o root -g root -m 644 /tmp/microsoft.gpg /etc/apt/trusted.gpg.d/
|
||||
|
||||
6
node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh
generated
vendored
6
node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh
generated
vendored
@@ -32,6 +32,12 @@ if ! command -v curl >/dev/null; then
|
||||
apt-get install -y curl
|
||||
fi
|
||||
|
||||
# GnuPG is not preinstalled in slim images
|
||||
if ! command -v gpg >/dev/null; then
|
||||
apt-get update
|
||||
apt-get install -y gpg
|
||||
fi
|
||||
|
||||
# 3. Add the GPG key, the apt repo, update the apt cache, and install the package
|
||||
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /tmp/microsoft.gpg
|
||||
install -o root -g root -m 644 /tmp/microsoft.gpg /etc/apt/trusted.gpg.d/
|
||||
|
||||
Reference in New Issue
Block a user