mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 11:13:50 +01:00
26 lines
541 B
Markdown
26 lines
541 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [installBackdoor](./bitburner.singularity.installbackdoor.md)
|
||
|
|
||
|
## Singularity.installBackdoor() method
|
||
|
|
||
|
Run the backdoor command in the terminal.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
installBackdoor(): Promise<boolean>;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
Promise<boolean>
|
||
|
|
||
|
True if the installation was successful.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 2 GB
|
||
|
|
||
|
Singularity - Level 1
|
||
|
|