File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ https://gist.github.com/wandernauta/6800547
24
24
$ ` sudo apt-get install -y dh-make devscripts `
25
25
- Clone the repository and navigate into it: <br >
26
26
$ ` git clone https://github.com/NLDev/sp.git && cd sp `
27
- - Remove the existing ` .dep ` : <br >
27
+ - Remove the existing ` .deb ` : <br >
28
28
$ ` rm sp_1.0-1_all.deb `
29
29
- Navigate into the [ sp-1.0] ( https://github.com/NLDev/sp/tree/master/sp-1.0 ) folder: <br >
30
30
$ ` cd sp-1.0 `
31
- - Use the following command to build the .dep : <br >
31
+ - Use the following command to build the .deb : <br >
32
32
$ ` debuild -us -uc `
33
- - Now navigate back into the repository root and you should see your ` .dep ` : <br >
33
+ - Now navigate back into the repository root and you should see your ` .deb ` : <br >
34
34
$ ` cd .. && ls `
35
35
- Finally, install it: <br >
36
36
$ ` sudo dpkg -i sp_1.0-1_all.deb `
You can’t perform that action at this time.
0 commit comments