Commit 7464f3ea by devttys0

Updated deps.sh to no longer make FMK dir world-writable

parent 31204635
...@@ -21,7 +21,8 @@ function fmk ...@@ -21,7 +21,8 @@ function fmk
if [ ! -e /opt/firmware-mod-kit ] if [ ! -e /opt/firmware-mod-kit ]
then then
$SUDO mkdir -p /opt/firmware-mod-kit $SUDO mkdir -p /opt/firmware-mod-kit
$SUDO chmod a+rwx /opt/firmware-mod-kit $SUDO chown $USER /opt/firmware-mod-kit
$SUDO chmod o+rwx /opt/firmware-mod-kit
fi fi
if [ ! -e /opt/firmware-mod-kit/.git ] if [ ! -e /opt/firmware-mod-kit/.git ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment