File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33# # arkenfox user.js updater for macOS and Linux
44
5- # # version: 3.6
5+ # # version: 3.7
66# # Author: Pat Johnson (@overdodactyl)
77# # Additional contributors: @earthlng, @ema-pe, @claustromaniac, @infinitewarp
88
99# # DON'T GO HIGHER THAN VERSION x.9 !! ( because of ASCII comparison in update_updater() )
1010
1111# Check if running as root and if any files have the owner/group as root/wheel.
1212if [ " ${EUID:- " $( id -u) " } " -eq 0 ]; then
13- printf ' You shouldn' t run this with elevated privileges (such as with doas/sudo).\n '
13+ printf ' You shouldn\ ' t run this with elevated privileges (such as with doas/sudo).\n '
1414 exit 1
1515elif [ -n "$(find ./ -user 0 -o -group 0)" ]; then
1616 printf ' It looks like this script was previously run with elevated privileges,
You can’t perform that action at this time.
0 commit comments