diff options
-rwxr-xr-x | clean/bin/install_clean | 2 | ||||
-rw-r--r-- | system/.profile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clean/bin/install_clean b/clean/bin/install_clean index ba69b27..847834e 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -27,7 +27,7 @@ done grep -h '^[[:space:]]' "$CLEAN_HOME"/etc/*.env >> "$CLEAN_HOME/etc/IDEEnvs" cat ~/.clean/iTasksDev.env >> "$CLEAN_HOME/etc/IDEEnvs" -tail -n +3 ~/projects/top/vm/config/IDEEnvs >> "$CLEAN_HOME/etc/IDEEnvs" +tail -n +3 ~/projects/viia/config/IDEEnvs >> "$CLEAN_HOME/etc/IDEEnvs" ln -s lib/exe "$CLEAN_HOME/exe" diff --git a/system/.profile b/system/.profile index 1560bc7..71cc55c 100644 --- a/system/.profile +++ b/system/.profile @@ -1,5 +1,5 @@ export CLEAN_HOME=/opt/clean -export CLEANLIB=$CLEAN_HOME/exe +export CLEANLIB=$CLEAN_HOME/lib/exe export PATH="/usr/local/texlive/2020/bin/x86_64-linux:$PATH" export PATH="/sbin:$PATH" |