Update installation command for xBSD

Make compatible with csh
This commit is contained in:
Sergei Eremenko 2018-09-30 23:28:01 +03:00
parent 9930d7b91c
commit 366d88ab71

View file

@ -54,13 +54,13 @@ wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folde
To install papirus-folders on **BSD systems** using the following command:
```
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folders/master/install.sh | TAG=xBSD PREFIX=/usr/local sh
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folders/master/install.sh | env TAG=xBSD PREFIX=/usr/local sh
```
#### Uninstall
```
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folders/master/install.sh | uninstall=true sh
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folders/master/install.sh | env uninstall=true sh
```
### Third-party packages