mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 04:22:59 -04:00
Fix indentation nit.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a4900ff5a5
commit
e5b4ea4d4e
1 changed files with 2 additions and 2 deletions
|
|
@ -121,8 +121,8 @@ vm_extra_install_packages() {
|
|||
mount -t devfs devfs ${DESTDIR}/dev
|
||||
chroot ${DESTDIR} env ASSUME_ALWAYS_YES=yes \
|
||||
/usr/sbin/pkg bootstrap -y
|
||||
chroot ${DESTDIR} env ASSUME_ALWAYS_YES=yes \
|
||||
/usr/sbin/pkg install -y ${VM_EXTRA_PACKAGES}
|
||||
chroot ${DESTDIR} env ASSUME_ALWAYS_YES=yes \
|
||||
/usr/sbin/pkg install -y ${VM_EXTRA_PACKAGES}
|
||||
umount ${DESTDIR}/dev
|
||||
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue