mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Remove -- from new switch
This commit is contained in:
parent
385edc0953
commit
b5d28eb5cd
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ enigma_footer() {
|
||||||
If this is the first time you've installed ENiGMA½, you now need to generate a minimal configuration. To do so, run the following commands:
|
If this is the first time you've installed ENiGMA½, you now need to generate a minimal configuration. To do so, run the following commands:
|
||||||
|
|
||||||
cd ${ENIGMA_INSTALL_DIR}
|
cd ${ENIGMA_INSTALL_DIR}
|
||||||
./oputil.js config --new
|
./oputil.js config new
|
||||||
|
|
||||||
Additionally, the following support binaires are recommended:
|
Additionally, the following support binaires are recommended:
|
||||||
7zip: Archive support
|
7zip: Archive support
|
||||||
|
@ -133,4 +133,4 @@ download_enigma_source
|
||||||
install_node_packages
|
install_node_packages
|
||||||
enigma_footer
|
enigma_footer
|
||||||
|
|
||||||
} # this ensures the entire script is downloaded before execution
|
} # this ensures the entire script is downloaded before execution
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue