diff --git a/nitter-app/templates/buildnitter.sh b/nitter-app/templates/buildnitter.sh index 3dc856e..9d34632 100644 --- a/nitter-app/templates/buildnitter.sh +++ b/nitter-app/templates/buildnitter.sh @@ -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