This commit is contained in:
fred 2022-12-27 00:46:12 +01:00
parent b8ce357d28
commit 7911f88483
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ zen() {
mkdir -p /home/zen/Astroport
sudo chown zen:users /home/zen /home/zen/.zen /home/zen/.zen/game /home/zen/.zen/game/players
[ -d "$ASTROPORT_DIR" ] && cd "$ASTROPORT_DIR" && git pull -q || git clone -q "$ASTROPORT_REPO" "$ASTROPORT_DIR"
cd "$ASTROPORT_DIR" && make
}
case "${1:-${cmd:-start}}" in