fix typo
This commit is contained in:
parent
c482b9dc80
commit
180caa3087
@ -1,5 +1,5 @@
|
|||||||
echo '{"pkgs":["nginx","php72","php72-filter","php72-curl","php72-hash","php72-json","php72-openssl","php72-pdo","php72-pdo_sqlite","php72-session","php72-simplexml","php72-sqlite3","php72-zip","git","ca_root_nss"]}' > /tmp/pkg.json
|
echo '{"pkgs":["nginx","php72","php72-filter","php72-curl","php72-hash","php72-json","php72-openssl","php72-pdo","php72-pdo_sqlite","php72-session","php72-simplexml","php72-sqlite3","php72-zip","git","ca_root_nss"]}' > /tmp/pkg.json
|
||||||
iocage create -n "organizr" -p /tmp/pkg.json -r 11.3-RELEASE ip4_addr="vnet0|192.168.10.21/22" defaultrouter="192.168.10.1" vnet="on" allow_raw_sockets="1" boot="on"
|
iocage create -n "organizr" -p /tmp/pkg.json -r 11.3-RELEASE ip4_addr="vnet0|192.168.10.21/24" defaultrouter="192.168.10.1" vnet="on" allow_raw_sockets="1" boot="on"
|
||||||
rm /tmp/pkg.json
|
rm /tmp/pkg.json
|
||||||
iocage exec organizr mkdir -p /config
|
iocage exec organizr mkdir -p /config
|
||||||
iocage fstab -a organizr /mnt/tank/apps/organizr /config nullfs rw 0 0
|
iocage fstab -a organizr /mnt/tank/apps/organizr /config nullfs rw 0 0
|
||||||
|
Loading…
Reference in New Issue
Block a user