set PATH in buildnitter.sh because bash is annoying af
This commit is contained in:
parent
a55e9d13b6
commit
53db4971cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue