Chromium: installation not enabled fix
Chromium: **installation not enabled **error will not allow you to install any extensions. To fix it follow these steps.
sudo nano /etc/chromium.d/default-flags
Add this line
export CHROMIUM_FLAGS='--enable-remote-extensions'
0 Comments