Instalar Novo Builder
Resuelto
razergamer
Mensajes publicados
37
Estado
Miembro
-
razergamer Mensajes publicados 37 Estado Miembro -
razergamer Mensajes publicados 37 Estado Miembro -
Hola, me gustaría instalar Novo Builder pero no entiendo cómo instalarlo desde la terminal, mi archivo está en tar.gz.
¿podrías ayudarme? gracias de antemano
Configuración: Linux / Safari 534.7
¿podrías ayudarme? gracias de antemano
Configuración: Linux / Safari 534.7
1 respuesta
-
Hola,
¿En qué distribución te basas?
--
Zen my nuggets ;-)-
Sinon... https://www.yuzuni.com/fwd/adf8.html 2) The other way to install this is by downloading Novo Builder Installer Extract the script and run it (You will be asked for a super user password). Mais bon ce n'est qu'un script qui va te configurer tes dépôts et lancer l'installation* :
#!/bin/bash if [ "$UID" -ne "0" ] then gksudo -k -u root bash $0 fi if [ "$UID" -ne "0" ] then exit fi wget -O - http://www.cyvoc.net/novo-repo/Cyvoc.key | apt-key add - echo deb http://www.cyvoc.net/novo-repo stable main non-free > /etc/apt/sources.list.d/cyvoc.list apt-get update apt-get install novo-builder novo-preset-lastos
Sous réserve d'être sous Debian ou Ubuntu -
-