mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
Set RPM Upgrade Flag (#5588)
This commit is contained in:
parent
3256157a3f
commit
3264187419
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ install_rpm() {
|
|||
|
||||
fetch "https://github.com/coder/code-server/releases/download/v$VERSION/code-server-$VERSION-$ARCH.rpm" \
|
||||
"$CACHE_DIR/code-server-$VERSION-$ARCH.rpm"
|
||||
sudo_sh_c rpm -i "$CACHE_DIR/code-server-$VERSION-$ARCH.rpm"
|
||||
sudo_sh_c rpm -U "$CACHE_DIR/code-server-$VERSION-$ARCH.rpm"
|
||||
|
||||
echo_systemd_postinstall rpm
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue