🔧 Add minor changes to devenv config

This commit is contained in:
Andrey Antukh 2026-05-11 12:38:33 +02:00
parent b312e6b059
commit cd882f9ebd
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
EMSDK_QUIET=1 . /opt/emsdk/emsdk_env.sh;
export JAVA_OPTS="-Djava.net.preferIPv4Stack=true"
export PATH="/home/penpot/.cargo/bin:/opt/jdk/bin:/opt/gh/bin:/opt/utils/bin:/opt/clojure/bin:/opt/node/bin:/opt/imagick/bin:/opt/cargo/bin:$PATH"
export CARGO_HOME="/home/penpot/.cargo"

View File

@ -13,6 +13,7 @@ cp /root/.tmux.conf /home/penpot/.tmux.conf
chown penpot:users /home/penpot
rsync -ar --chown=penpot:users /opt/cargo/ /home/penpot/.cargo/
export JAVA_OPTS="-Djava.net.preferIPv4Stack=true"
export PATH="/home/penpot/.cargo/bin:$PATH"
export CARGO_HOME="/home/penpot/.cargo"