Skip to content

Commit

Permalink
Fix Open5GS gnupg deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed Jun 28, 2024
1 parent 1df73e3 commit df79245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/telecom_software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ function srsran5GSA_soft_install() {

function Open5GS_soft_install() {
goodecho "[+] Installing Open5GS dependencies"
installfromnet "apt-fast -y update"
installfromnet "apt-fast -y install ca-certificates curl gnupg"
curl -fsSL https://pgp.mongodb.com/server-6.0.asc | sudo gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg --dearmor
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
installfromnet "apt-fast -y update"
installfromnet "apt-fast install -y mongodb-org python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git cmake libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev libtins-dev libtalloc-dev meson"
Expand All @@ -139,7 +142,6 @@ function Open5GS_soft_install() {
meson build --prefix=`pwd`/install
ninja -C build
goodecho "[+] Building Web GUI"
installfromnet "apt-fast install -y ca-certificates curl gnupg"
mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
NODE_MAJOR=20
Expand Down

0 comments on commit df79245

Please sign in to comment.