Installer novo builder
Résolu
razergamer
Messages postés
37
Statut
Membre
-
razergamer Messages postés 37 Statut Membre -
razergamer Messages postés 37 Statut Membre -
Bonjour, j'aimerais installer novo builder mais je ne comprends pas comment installr par le terminal , mon archive est en tar.gz .
pourriez vous m'aider ? merci d'avance
pourriez vous m'aider ? merci d'avance
1 réponse
-
Salut,
Sur quelle distrib tournes-tu ?
-
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 -
-