Changes between Initial Version and Version 1 of Ticket #5615, comment 6
- Timestamp:
- 2019-08-10T09:00:15Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5615, comment 6
initial v1 1 1 This works better 2 2 {{{ 3 for PKG in `apt-cache search "omlib-.*" | cut -d" " -f1`; do sudo apt-get install -y " \$PKG"; done3 for PKG in `apt-cache search "omlib-.*" | cut -d" " -f1`; do sudo apt-get install -y "$PKG"; done 4 4 }}}