|
#!/bin/sh
|
|
|
|
sudo apt-get install -y \
|
|
libgtk-3-0 \
|
|
libnotify4 \
|
|
libnss3 \
|
|
libxss1 \
|
|
libxtst6 \
|
|
xdg-utils \
|
|
libatspi2.0-0 \
|
|
libuuid1 \
|
|
libsecret-1-0 \
|
|
libappindicator3-1
|
|
|
|
# SUID chrome-sandbox for Electron 5+
|
|
chmod 4755 '/Apps/Agregore Browser/chrome-sandbox'
|