diff --git a/nodes/home/nas.py b/nodes/home/nas.py index d373ebe..6baf62b 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -31,6 +31,17 @@ nodes['home.nas'] = { 'packages': { 'mpv': {}, 'youtube-dl': {}, + + # for compiling yate + 'autoconf': {}, + 'subversion': {}, + # svn checkout http://yate.null.ro/svn/yate/tags/RELEASE_6_4_0/ . + # ./autogen.sh + # ./configure --prefix=/opt/yate + # make -j8 + # systemctl stop yate + # make install-noconf + # systemctl start yate }, }, 'backups': {