Skip to content

Commit

Permalink
fixed rpm upgrade/install command
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 11, 2020
1 parent d6effa4 commit f92e8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ installPkg() {
if [ $PKG_FORMAT == "deb" ]; then
runAsRoot dpkg -i $TMP_FILE
elif [ $PKG_FORMAT == "rpm" ]; then
runAsRoot rpm -i $TMP_FILE
runAsRoot rpm -U $TMP_FILE
fi
}

Expand Down

0 comments on commit f92e8c4

Please sign in to comment.