diff options
author | Camil Staps | 2021-01-31 10:35:58 +0100 |
---|---|---|
committer | Camil Staps | 2021-01-31 10:35:58 +0100 |
commit | b7d531a20ab13d9aed82eaaf205436a113da89e2 (patch) | |
tree | 69c28a6039bcceee9afcaef9d4d66e589fe8833e | |
parent | i3: discord to workspace 2; zotero to workspace 3 (diff) |
Add VIIA environments only to 64-bit Clean installation
-rwxr-xr-x | clean/bin/install_clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/bin/install_clean b/clean/bin/install_clean index 121b3e6..caa56c6 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -61,8 +61,8 @@ install () ~/.clean/iTasksDev.env >> "$DIR/etc/IDEEnvs" else cat ~/.clean/iTasksDev.env >> "$DIR/etc/IDEEnvs" + tail -n +20 ~/projects/top/viia/config/IDEEnvs >> "$DIR/etc/IDEEnvs" fi - tail -n +20 ~/projects/top/viia/config/IDEEnvs | sed 's/\tPers$/\t3/' >> "$DIR/etc/IDEEnvs" ln -s lib/exe "$DIR/exe" |