Skip to content

Commit

Permalink
Merge pull request #80 from soubinan/features
Browse files Browse the repository at this point in the history
Features
  • Loading branch information
soubinan authored Jan 24, 2025
2 parents 6a09129 + 7d5d6f7 commit 773173b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/mafl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ instructions:
#!/bin/bash
set -eux
git clone https://github.com/hywax/mafl -b v{{ image.serial }} --depth 1 /app
git clone https://github.com/hywax/mafl -b v{{ image.serial }} --depth 1 /tmp/mafl
cd /app
cd /tmp/mafl
rm yarn.lock
npm install -g yarn
npx @nuxt/telemetry disable
Expand All @@ -102,7 +102,7 @@ instructions:
cp .example/config.yml /app/data/config.yml
cp /app/extra/healthcheck.mjs /opt/mafl/extra/healthcheck.mjs
rm -rf /app
rm -rf /tmp/mafl
touch /opt/mafl/.installed__
systemctl enable mafl.service

0 comments on commit 773173b

Please sign in to comment.