From 1b44372cd02802b3380c286f296ae7566ba14e76 Mon Sep 17 00:00:00 2001 From: Xavier Petit Date: Sat, 4 May 2019 02:24:59 +0100 Subject: [PATCH] Install additional drivers --- scripts/install_client.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install_client.sh b/scripts/install_client.sh index f91b4022..0d0e76dd 100755 --- a/scripts/install_client.sh +++ b/scripts/install_client.sh @@ -51,6 +51,9 @@ xfsprogs apt-get -y install $PKGS +# Install additional drivers +ubuntu-drivers install + # Remove fsck because the system partition will be read-only (overlayroot) rm /usr/share/initramfs-tools/hooks/fsck