dpkg -i google-chrome-stable_current_amd64.deb
apt install -f
dpkg -i google-chrome-stable_current_amd64.deb
vim /opt/google/chrome/google-chrome
change the last line to exec -a "$0" "$HERE/chrome" "$@" --no-sandbox --user-data-dir
dpkg -i google-chrome-stable_current_amd64.deb
apt install -f
dpkg -i google-chrome-stable_current_amd64.deb
vim /opt/google/chrome/google-chrome
change the last line to exec -a "$0" "$HERE/chrome" "$@" --no-sandbox --user-data-dir
That did the trick, thanks!