Skip to content

Instalación de la nueva versión diaria con el CLI

Gustavo Reis edited this page Apr 20, 2019 · 1 revision

Recibirás diariamente o semanalmente los últimos commits directamente de este repositorio (independientemente de tu distribución). Es importante observar que la versión beta puede mostrar algo de inestable, errores y algo roto.

NOTA: Usa el mismo comando para actualizar el tema del iconos.

Directorio root (recomendado)

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

Directorio home para GTK

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

Directorio home 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

Desinstallación

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