diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-27 08:54:00 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-27 08:54:00 -0700 |
| commit | 392ebdc96c506830eda3a0f84a4e94fe42519411 (patch) | |
| tree | e5cb7dc28b508788d9378cf6081435b4640168c6 | |
| parent | 7e045c0d3e2e1c48c21e6e0097d49ac7c29c3240 (diff) | |
Allow rwx for all
| -rw-r--r-- | config/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/install.sh b/config/install.sh index 21a0a76..6a96c30 100644 --- a/config/install.sh +++ b/config/install.sh @@ -85,5 +85,6 @@ asdf reshim asdf current rm -fr /tmp mkdir -p /tmp +chmod 777 /tmp chmod +t /tmp bash -lc 'scrub' |
