Compare commits

..

1 Commits

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

View File

@ -14,8 +14,8 @@ log() {
}
zen() {
mkdir -p /dev/shm/tmp \
&& rm -rf /home/zen/.zen/tmp \
rm -rf /home/zen/.zen/tmp \
&& mkdir -p /dev/shm/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"
}