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