Skip to content

Commit

Permalink
docs: update ubuntu.md (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzico authored and pujavs committed Nov 8, 2022
1 parent fd35a64 commit 07de22d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/admin/install/vm-install/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Download the latest package from the Github Janssen Project

!!! note
`curl` and `wget` are required to run the command below which
strips the version number from the package.
strips the version number from the package, you also might need to install python3.


```
wget http:$(curl -s -L https://api.github.com/repos/JanssenProject/jans/releases/latest | egrep -o '/.*ubuntu20.04_amd64.deb' | head -n 1) -O ~/jans.ubuntu20.04_amd64.deb
Expand Down

0 comments on commit 07de22d

Please sign in to comment.