Skip to content

Commit

Permalink
Update irs_ubuntu_24.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DGunasekara authored Aug 20, 2024
1 parent b34cd11 commit 030a3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irs_ubuntu_24.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ printf 'Package: /freeradius/\nPin: origin "packages.networkradius.com"\nPin-Pri
```
Add the APT sources list:
```
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/packages.networkradius.com.asc] http://packages.networkradius.com/freeradius-3.2/ubuntu/jammy jammy main" | \
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/packages.networkradius.com.asc] http://packages.networkradius.com/freeradius-3.2/ubuntu/noble noble main" | \
sudo tee /etc/apt/sources.list.d/networkradius.list > /dev/null
```
Finally, update the APT database and install the packages:
Expand Down

0 comments on commit 030a3bb

Please sign in to comment.