File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,20 +80,20 @@ sudo apt-get install -y openspp-17-daily
8080
8181If you prefer to download the package manually or the repository is not accessible:
8282
83- ### Create a temporary directory
83+ #### Create a temporary directory
8484``` bash
8585mkdir -p ~ /openspp-install && cd ~ /openspp-install
8686```
8787
88- ### Download directly from Nexus repository
88+ #### Download directly from Nexus repository
8989``` bash
9090wget https://builds.acn.fr/repository/apt-openspp/pool/main/o/openspp/openspp_17.0.1+odoo17.0-1_amd64.deb
9191```
92- ### Install the package
92+ #### Install the package
9393``` bash
9494sudo dpkg -i openspp_17.0.1+odoo17.0-1_amd64.deb
9595```
96- ### Fix any dependency issues if they occur
96+ #### Fix any dependency issues if they occur
9797``` bash
9898sudo apt-get install -f
9999```
You can’t perform that action at this time.
0 commit comments