Update installation command for *BSD

Make compatible with csh
This commit is contained in:
Sergei Eremenko 2018-09-29 21:35:40 +03:00 committed by GitHub
parent c6b800de64
commit d391d0afb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-
#### \*BSD systems
```
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install.sh | DESTDIR="/usr/local/share/icons" sh
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install.sh | env DESTDIR="/usr/local/share/icons" sh
```
**NOTE:** Qt4 apps require `libqt4-svg` to work correctly.