diff options
| -rwxr-xr-x | mltk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ check_devtools() { for i in $DEVTOOLS; do which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; } done + + # TODO make the script install the dev-stuff automaticly. + # Ubuntu: 'build-essential', 'm4', 'squashfs-tools' + # OpenSUSE: ??? } initial_checks() { |
