we are not interactive so set -y in buildnitter.sh

This commit is contained in:
staticsafe 2021-09-11 12:32:44 -04:00
parent 50e2ab04a9
commit a55e9d13b6
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
# This script runs the build process for nitter and its SCSS
cd /home/{{ NITTER_USER }}/nitter
nimble build -d:release
nimble scss
nimble -y build -d:release
nimble -y scss
mkdir ./tmp