set PATH in buildnitter.sh because bash is annoying af

This commit is contained in:
staticsafe 2021-09-11 12:33:49 -04:00
parent a55e9d13b6
commit 53db4971cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This script runs the build process for nitter and its SCSS
export PATH=/home/{{ NITTER_USER }}/.nimble/bin:$PATH
cd /home/{{ NITTER_USER }}/nitter
nimble -y build -d:release
nimble -y scss