Compare commits

..

1 Commits

Author SHA1 Message Date
aya e26d685118 Merge branch 'master' into fix 2022-11-28 22:34:04 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ log() {
} }
zen() { zen() {
rm -rf /home/zen/.zen/tmp \ mkdir -p /dev/shm/tmp \
&& mkdir -p /dev/shm/tmp \ && rm -rf /home/zen/.zen/tmp \
&& ln -s /dev/shm/tmp /home/zen/.zen/tmp && ln -s /dev/shm/tmp /home/zen/.zen/tmp
[ -d "$ASTROPORT_DIR" ] && cd "$ASTROPORT_DIR" && git pull -q || git clone -q "$ASTROPORT_REPO" "$ASTROPORT_DIR" [ -d "$ASTROPORT_DIR" ] && cd "$ASTROPORT_DIR" && git pull -q || git clone -q "$ASTROPORT_REPO" "$ASTROPORT_DIR"
} }