Skip to content

De stabiele versie installeren met CLI

Gustavo Reis edited this page Apr 21, 2019 · 2 revisions

Gebruik de scripts om de laatste versie rechtsreeks vanuit deze repository (onafhankelijk van uw distributie):

AANDACHT: Gebruik dezelfde opdracht om het pictogramenthema bij te werken.

Map root (aanbevolen)

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | sh

Map home voor GTK

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | env DESTDIR="$HOME/.icons" sh

Map home voor KDE

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | env DESTDIR="$HOME/.local/share/icons" sh

Systemen *BSD

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | env DESTDIR="/usr/local/share/icons" sh

Deïnstallatie

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | env uninstall=true sh
Clone this wiki locally