mirror of
https://github.com/Augustin-FL/building-pfsense-iso-from-source.git
synced 2026-07-03 20:01:35 +00:00
move mmv to not required packages
This commit is contained in:
@@ -70,7 +70,7 @@ echo PermitRootLogin yes >> /etc/ssh/sshd_config
|
|||||||
service sshd restart
|
service sshd restart
|
||||||
|
|
||||||
# Required for configuring the server
|
# Required for configuring the server
|
||||||
pkg install -y pkg vim nano emacs mmv
|
pkg install -y pkg vim nano emacs
|
||||||
|
|
||||||
# Required for installing and building ports
|
# Required for installing and building ports
|
||||||
pkg install -y git nginx poudriere-devel rsync sudo
|
pkg install -y git nginx poudriere-devel rsync sudo
|
||||||
@@ -82,7 +82,7 @@ pkg install -y vmdktool curl qemu-user-static gtar xmlstarlet pkgconf openssl
|
|||||||
portsnap fetch extract
|
portsnap fetch extract
|
||||||
|
|
||||||
# not required but advised for building/monitoring/debugging
|
# not required but advised for building/monitoring/debugging
|
||||||
pkg install -y htop screen wget
|
pkg install -y htop screen wget mmv
|
||||||
|
|
||||||
# Only install this if your FreeBSD is a virtual machine
|
# Only install this if your FreeBSD is a virtual machine
|
||||||
pkg install -y open-vm-tools
|
pkg install -y open-vm-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user