From a55e9d13b69854a195eb976af41063bf477bcc8d Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 11 Sep 2021 12:32:44 -0400 Subject: [PATCH] we are not interactive so set -y in buildnitter.sh --- nitter-app/templates/buildnitter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nitter-app/templates/buildnitter.sh b/nitter-app/templates/buildnitter.sh index 6efab3d..3dc856e 100644 --- a/nitter-app/templates/buildnitter.sh +++ b/nitter-app/templates/buildnitter.sh @@ -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