Update install dir

This commit is contained in:
Alexander David Frick 2021-11-21 17:30:21 -06:00 committed by GitHub
parent 9c7d775624
commit 2830e788b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/bin/sh -e
/opt/chromium.org/chromium-unstable/content_shell $@
/opt/chromium.org/thorium-unstable/content_shell $@
exit 0