diff options
author | Camil Staps | 2018-06-19 11:05:45 +0200 |
---|---|---|
committer | Camil Staps | 2018-06-19 11:05:45 +0200 |
commit | e8f82e2ce93bd0bef54e00e5711016892fc5529f (patch) | |
tree | c76d02a42c306a13783ecf08c20a481d7e45068b /clean/bin/install_clean | |
parent | Show progress in install_clean (diff) |
Add iTasksDev environment automatically from install_clean
Diffstat (limited to 'clean/bin/install_clean')
-rwxr-xr-x | clean/bin/install_clean | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clean/bin/install_clean b/clean/bin/install_clean index 223d9a4..28268a6 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -36,6 +36,8 @@ else rm -rf clean-build fi +cat ~/.clean/iTasksDev.env >> /opt/clean/etc/IDEEnvs + mv /opt/clean/lib/exe /opt/clean/exe ln -s /opt/clean/exe /opt/clean/lib/exe |