From 718d66ed2d4e98d527c92cd7853a087924eb85ed Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sun, 13 Feb 2022 14:29:18 +0530 Subject: [PATCH] Add nautilus-admin --- files/chroot_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index f68d994..12b2470 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -65,7 +65,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" grub-efi-amd64-signed \ intel-microcode \ thermald \ - grub2 + grub2 \ + nautilus-admin # This is not ideal, but it should work until the apt repo gets updated.