File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,8 @@ install_deb() {
268
268
echo " Installing v$VERSION deb package from GitHub releases."
269
269
echo
270
270
271
- fetch " https://github.com/cdr/code-server/releases/download/v$VERSION /code-server_${VERSION} _$ARCH .deb" " $CACHE_DIR /code-server_${VERSION} _$ARCH .deb"
271
+ fetch " https://github.com/cdr/code-server/releases/download/v$VERSION /code-server_${VERSION} _$ARCH .deb" \
272
+ " $CACHE_DIR /code-server_${VERSION} _$ARCH .deb"
272
273
sudo_sh_c dpkg -i " $CACHE_DIR /code-server_${VERSION} _$ARCH .deb"
273
274
274
275
echo_systemd_postinstall
@@ -278,7 +279,8 @@ install_rpm() {
278
279
echo " Installing v$VERSION rpm package from GitHub releases."
279
280
echo
280
281
281
- fetch " https://github.com/cdr/code-server/releases/download/v$VERSION /code-server-$VERSION -$ARCH .rpm" " $CACHE_DIR /code-server-$VERSION -$ARCH .rpm"
282
+ fetch " https://github.com/cdr/code-server/releases/download/v$VERSION /code-server-$VERSION -$ARCH .rpm" \
283
+ " $CACHE_DIR /code-server-$VERSION -$ARCH .rpm"
282
284
sudo_sh_c rpm -i " $CACHE_DIR /code-server-$VERSION -$ARCH .rpm"
283
285
284
286
echo_systemd_postinstall
You can’t perform that action at this time.
0 commit comments