File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,9 @@ echo_standalone_postinstall() {
84
84
cath << EOF
85
85
Standalone release has been installed into $STANDALONE_INSTALL_PREFIX /lib/coder-$VERSION
86
86
87
- Extend your path to use coder :
87
+ Extend your path to use Coder :
88
88
PATH="$STANDALONE_INSTALL_PREFIX /bin:\$ PATH"
89
+
89
90
Then run Coder (temporary):
90
91
coder server --dev
91
92
Or run a production deployment with PostgreSQL:
@@ -366,9 +367,8 @@ install_standalone() {
366
367
fi
367
368
368
369
" $sh_c " mkdir -p " $STANDALONE_INSTALL_PREFIX /lib" " $STANDALONE_INSTALL_PREFIX /bin"
369
- " $sh_c " tar -C " $STANDALONE_INSTALL_PREFIX /lib" -xzf " $CACHE_DIR /coder_$$ {VERSION}_${OS} _${ARCH} .tar"
370
- " $sh_c " mv -f " $STANDALONE_INSTALL_PREFIX /lib/coder_$$ {VERSION}_${OS} _${ARCH} " " $STANDALONE_INSTALL_PREFIX /lib/coder_$VERSION "
371
- " $sh_c " ln -fs " $STANDALONE_INSTALL_PREFIX /lib/coder_$VERSION /bin/coder" " $STANDALONE_INSTALL_PREFIX /bin/coder"
370
+ " $sh_c " tar -C " $STANDALONE_INSTALL_PREFIX /lib" -xzf " $CACHE_DIR /coder_${VERSION} _${OS} _${ARCH} .tar"
371
+ " $sh_c " ln -fs " $STANDALONE_INSTALL_PREFIX /lib/coder/bin/coder" " $STANDALONE_INSTALL_PREFIX /bin/coder"
372
372
373
373
echo_standalone_postinstall
374
374
}
You can’t perform that action at this time.
0 commit comments