From be85c1435815393e128c1158771eadb16fe64c2e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 11 May 2025 12:51:27 -0500 Subject: move file manager and sshfs to user/applications --- user_scripts/applications.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'user_scripts') diff --git a/user_scripts/applications.sh b/user_scripts/applications.sh index 7a49ffe..fb097c7 100755 --- a/user_scripts/applications.sh +++ b/user_scripts/applications.sh @@ -8,6 +8,17 @@ then echo "Must run as user. Exiting." exit fi + + +# sshfs +sudo pkg install -y fusefs-sshfs +sudo sysrc kld_list="${kld_list} fusefs" + +# File Manager and Plugins +sudo pkg install -y thunar +sudo pkg install -y thunar-archive-plugin +sudo pkg install -y thunar-media-tags-plugin +sudo pkg install -y thunar-vcs-plugin #### Developer Tools sudo pkg install -y autoconf # generate gnu configure scripts sudo pkg install -y autotools # gnu autotools meta-port -- cgit v1.2.3