We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3256157 commit 3264187Copy full SHA for 3264187
install.sh
@@ -364,7 +364,7 @@ install_rpm() {
364
365
fetch "https://github.com/coder/code-server/releases/download/v$VERSION/code-server-$VERSION-$ARCH.rpm" \
366
"$CACHE_DIR/code-server-$VERSION-$ARCH.rpm"
367
- sudo_sh_c rpm -i "$CACHE_DIR/code-server-$VERSION-$ARCH.rpm"
+ sudo_sh_c rpm -U "$CACHE_DIR/code-server-$VERSION-$ARCH.rpm"
368
369
echo_systemd_postinstall rpm
370
}
0 commit comments