2022-10-21 17:16:00 +02:00
|
|
|
<!-- 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.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
installBackdoor(): Promise<void>;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
Promise<void>
|
|
|
|
|
|
|
|
Promise waiting for the installation to finish.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 2 GB \* 16/4/1
|
|
|
|
|