Skip to content

Instalando a nova atualização diária com o CLI

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

Você receberá diariamente ou semanalmente os últimos commits diretamente deste repositório (independentemente da sua distribuição). É importante observar que a versão beta/instável pode ter alguma instabilidade, erros técnicos e algo quebrado.

OBSERVAÇÃO: Use o mesmo comando para atualizar o tema do ícone.

Pasta root (recomendado)

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

Pasta pessoal para GTK

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

Pasta pessoal para KDE

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

Sistemas *BSD

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

Desintalação

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