More packages for programming classes.

This commit is contained in:
Andreas B. Mundt 2023-09-26 17:09:27 +02:00
parent 27985c08b3
commit d234a13495
3 changed files with 7 additions and 1 deletions

View file

@ -63,6 +63,7 @@
DIR="/var/cache/user/${UID}/"
[[ -d "$DIR" ]] || mkdir -m 0700 "$DIR"
echo XDG_CACHE_HOME="$DIR"
echo JUPYTER_ALLOW_INSECURE_WRITES=1
mode: "0755"