diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-16 20:35:26 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-16 20:35:26 -0500 |
commit | ffccdc6b85680489a0881e1af80edb4f67361709 (patch) | |
tree | 4c087502c74b030bd8f2bf54291691246a0c1af7 /scripts/hostclass/desktop | |
parent | 62bf72f6824885744ab4f9b33101218be5d39206 (diff) | |
download | infrastructure-ffccdc6b85680489a0881e1af80edb4f67361709.tar.gz |
add webdav to dav_server role
Diffstat (limited to 'scripts/hostclass/desktop')
-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 8fdfca4..d6ca1e5 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 |