From 55d1861110d56e35b2c13d7742e0dc7ca2dd2665 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 9 Apr 2022 18:42:25 +0100 Subject: fixed umask for bash install script --- scripts/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 3d28534..f31d487 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -9,6 +9,8 @@ XIFLAGS="-yl" TMPDIR=/tmp SYSROOT=$1 +umask 0022 + [ ! -e $XIPKG ] && { git clone https://xi.davidovski.xyz/git/xiutils.git $TMPDIR/xiutils make && make install -- cgit v1.2.1