Changes between Initial Version and Version 1 of Ticket #5615, comment 6


Ignore:
Timestamp:
2019-08-10T09:00:15Z (6 years ago)
Author:
Martin Sjölund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5615, comment 6

    initial v1  
    11This works better
    22{{{
    3 for PKG in `apt-cache search "omlib-.*" | cut -d" " -f1`; do sudo apt-get install -y "\$PKG"; done
     3for PKG in `apt-cache search "omlib-.*" | cut -d" " -f1`; do sudo apt-get install -y "$PKG"; done
    44}}}