DSM update get ipkg back

Parce que je me fais avoir à chaque mise à jour du DSM synology

wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh

Pour récupérer ipkg et autres paquets installés il faut éditer /root/.profile et y ajouter juste après PATH= /opt/bin:/opt/sbin: 

Comme ça je ne chercherai plus 🙂

 

Et sinon pour le reste de l’installation

  1. Within your SSH session, change to a temporary location (note that you will probably need to be logged in as root to do all this)
    cd /tmp
  2. Download the bootstrap script
    wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh
  3. Make the file executable
    chmod +x syno-i686-bootstrap_1.2-7_i686.xsh
  4. Run the script
    sh syno-i686-bootstrap_1.2-7_i686.xsh
  5. If it all went well, remove the script
    rm syno-i686-bootstrap_1.2-7_i686.xsh
  6. Update the package list
    ipkg update

Une réponse sur “DSM update get ipkg back”

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur la façon dont les données de vos commentaires sont traitées.