Skip to content

Commit

Permalink
Better Chromium: allow reporting of user error for missing customizat…
Browse files Browse the repository at this point in the history
…ion directory
  • Loading branch information
theofficialgman committed Nov 21, 2023
1 parent 1d85db4 commit c26d8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Better Chromium/install
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ elif [ -d /etc/chromium-browser-unstable ];then
folder=/etc/chromium-browser-unstable/customizations

else
error "User error: Cannot find the directory where Chromium keeps its flags! Usually this would be /etc/chromium.d or /etc/chromium-browser/customizations. On your system, neither of these directories exist. Please reach out to Botspot for this to be fixed."
error "User error (reporting allowed): Cannot find the directory where Chromium keeps its flags! Usually this would be /etc/chromium.d or /etc/chromium-browser/customizations. On your system, neither of these directories exist. Please reach out to Botspot for this to be fixed."
fi

#Fix edge case where both an old version of chromium and a newer version are installed simultaneously
Expand Down

0 comments on commit c26d8b0

Please sign in to comment.