Skip to content

Commit

Permalink
Merge pull request #42 from oliveiraleo/main
Browse files Browse the repository at this point in the history
Updates GTP-U module version and APT commands
  • Loading branch information
brianchennn authored Sep 27, 2023
2 parents 025c591 + 9364817 commit 3da1eac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/guide/3-install-free5gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ uname -r
2. Retrieve the 5G GTP-U kernel module using `git` and build it

```bash
git clone -b v0.8.1 https://github.com/free5gc/gtp5g.git
git clone -b v0.8.2 https://github.com/free5gc/gtp5g.git
cd gtp5g
make
sudo make install
Expand All @@ -151,9 +151,8 @@ sudo apt remove cmdtest
sudo apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -y nodejs yarn
sudo apt update
sudo apt install -y nodejs yarn
```

2. Build WebConsole
Expand Down

0 comments on commit 3da1eac

Please sign in to comment.