Skip to content

Commit baed067

Browse files
committed
Improve formatting
1 parent f9c2aa2 commit baed067

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ install_deb() {
268268
echo "Installing v$VERSION deb package from GitHub releases."
269269
echo
270270

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"
272273
sudo_sh_c dpkg -i "$CACHE_DIR/code-server_${VERSION}_$ARCH.deb"
273274

274275
echo_systemd_postinstall
@@ -278,7 +279,8 @@ install_rpm() {
278279
echo "Installing v$VERSION rpm package from GitHub releases."
279280
echo
280281

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"
282284
sudo_sh_c rpm -i "$CACHE_DIR/code-server-$VERSION-$ARCH.rpm"
283285

284286
echo_systemd_postinstall

0 commit comments

Comments
 (0)