fixed curl command
This commit is contained in:
parent
afef6833e2
commit
f96df442c9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ dotnet run
|
||||||
```bash
|
```bash
|
||||||
mkdir buypeeb
|
mkdir buypeeb
|
||||||
cd buypeeb
|
cd buypeeb
|
||||||
curl https://git.bune.city/lynnesbian/buypeeb-cs/raw/branch/master/PKGBUILD
|
curl -O https://git.bune.city/lynnesbian/buypeeb-cs/raw/branch/master/PKGBUILD
|
||||||
makepkg -si # installs to /usr/bin/buypeeb
|
makepkg -si # installs to /usr/bin/buypeeb
|
||||||
buypeeb
|
buypeeb
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue