diff options
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-x | install-itzks-workstation | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 1bbd52a..23f7b67 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -154,9 +154,11 @@ apt-get update 1>/dev/null apt_install_if_not itzks-systems-common apt-get update 1>/dev/null +# preseed itzks-systems host +itzks-systems.do_preseed + # Install the itzks-systems-workstation package apt_install_if_not ocsinventory-agent -itzks-systems.do_preseed apt_install_if_not itzks-systems-workstation # Install wireless-tools for configuration of WiFi |