1 2 3 4 5 6 7 8
post_install() { : #!/bin/bash # SUID chrome-sandbox for Electron 5+ chmod 4755 '/opt/Vieb/chrome-sandbox' || true }