diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-17 20:22:24 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-17 20:22:24 -0500 |
commit | 4748a4102d54d1c08c5bfc1f6225db1324dd5c0a (patch) | |
tree | fe13fd11a06bdcd5804a2842cd6923d25c288be9 | |
parent | ffccdc6b85680489a0881e1af80edb4f67361709 (diff) | |
download | infrastructure-4748a4102d54d1c08c5bfc1f6225db1324dd5c0a.tar.gz |
oops
-rw-r--r-- | scripts/hostclass/desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/desktop b/scripts/hostclass/desktop index d6ca1e5..8fdfca4 100644 --- a/scripts/hostclass/desktop +++ b/scripts/hostclass/desktop @@ -30,7 +30,7 @@ sysrc -v kld_list+=fusefs load_kernel_module fusefs # Install packages common to all DEs. -#pkg install -y $desktop_packages +pkg install -y $desktop_packages # Install profile script for improving experience on NFS homedirs. if [ "${enable_idm:-}" != false ]; then |