Parce que je me fais avoir à chaque mise à jour du DSM synology
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
- 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
- Download the bootstrap script
wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh
- Make the file executable
chmod +x syno-i686-bootstrap_1.2-7_i686.xsh
- Run the script
sh syno-i686-bootstrap_1.2-7_i686.xsh
- If it all went well, remove the script
rm syno-i686-bootstrap_1.2-7_i686.xsh
- Update the package list
ipkg update
importé dans bookstack