mirror of
https://github.com/Augustin-FL/building-pfsense-iso-from-source.git
synced 2025-05-11 13:57:22 +00:00
Remove deprecated packages
This commit is contained in:
parent
49b50106a0
commit
a25ef2c8d9
@ -73,10 +73,10 @@ service sshd restart
|
||||
pkg install -y pkg vim nano
|
||||
|
||||
# Required for installing and building ports
|
||||
pkg install -y git nginx poudriere-devel mkfile rsync sudo
|
||||
pkg install -y git nginx poudriere-devel rsync sudo
|
||||
|
||||
# Required for building kernel and iso
|
||||
pkg install -y vmdktool curl qemu-user-static gtar xmlstarlet pkgconf openssl111
|
||||
pkg install -y vmdktool curl qemu-user-static gtar xmlstarlet pkgconf openssl
|
||||
|
||||
# Required for building iso
|
||||
portsnap fetch extract
|
||||
|
Loading…
x
Reference in New Issue
Block a user