Installer novo builder

Résolu
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

1 réponse

  1. zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   6 501
     
    Salut,

    Sur quelle distrib tournes-tu ?
    0
    1. zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   6 501
       
      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
      0
    2. razergamer Messages postés 37 Statut Membre 1
       
      je suis sous ubuntu 10.10
      0