Browse Source

install_easy: override umask

pull/172/head
bol-van 1 year ago
parent
commit
720fd21d20
  1. 1
      install_easy.sh

1
install_easy.sh

@ -990,6 +990,7 @@ install_macos()
# build binaries, do not use precompiled
[ "$1" = "make" ] && FORCE_BUILD=1
umask 0022
fsleep_setup
fix_sbin_path
check_system

Loading…
Cancel
Save