Chrome79/apply_extra.sh

12 lines
239 B
Bash
Raw Normal View History

2024-10-16 23:08:29 +03:00
#!/usr/bin/sh
set -e
bsdtar -Oxf chrome.deb data.tar.xz |
bsdtar -xf - \
--strip-components=4 \
--exclude='./opt/google/chrome/nacl*' \
./opt/google/chrome
rm chrome.deb
install -Dm 755 /app/bin/stub_sandbox chrome-sandbox