desktop-debian/_installs/agregore.sh

17 lines
278 B
Bash
Raw Normal View History

2024-01-04 01:00:22 +01:00
#!/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'