Skip to content

Commit

Permalink
use apt-get install .. --upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Nov 14, 2024
1 parent f5b8516 commit 4bb3735
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/grest-helper-scripts/setup-grest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ SGVERSION=v1.3.0
pkg_installer="dnf"
pkg_list="make gcc gcc-c++ autoconf autoconf-archive automake libtool pkgconfig"
fi
sudo ${pkg_installer} -y install ${pkg_list} >/dev/null || err_exit "'sudo ${pkg_installer} -y install ${pkg_list}' failed!"
sudo ${pkg_installer} -y upgrade ${pkg_list} >/dev/null || err_exit "'sudo ${pkg_installer} -y upgrade ${pkg_list}' failed!"
sudo ${pkg_installer} -y install ${pkg_list} --upgrade >/dev/null || err_exit "'sudo ${pkg_installer} -y install ${pkg_list}' failed!"
[[ ! -d "libbech32" ]] && git clone https://github.com/whitslack/libbech32 >/dev/null
pushd libbech32 || err_exit
git pull >/dev/null || err_exit
Expand Down

0 comments on commit 4bb3735

Please sign in to comment.