003 File Manager
Current Path:
/usr/src/usr.sbin/bsdconfig/examples
usr
/
src
/
usr.sbin
/
bsdconfig
/
examples
/
📁
..
📄
Makefile
(143 B)
📄
Makefile.depend
(176 B)
📄
add_some_packages.sh
(292 B)
📄
browse_packages_http.sh
(1.06 KB)
📄
bsdconfigrc
(1.75 KB)
Editing: add_some_packages.sh
#!/bin/sh # $FreeBSD$ # # This sample installs a short list of packages from the main HTTP site. # [ "$_SCRIPT_SUBR" ] || . /usr/share/bsdconfig/script.subr || exit 1 nonInteractive=1 _httpPath=http://pkg.freebsd.org mediaSetHTTP mediaOpen for package in wget bash rsync; do packageAdd done
Upload File
Create Folder