Skip to content

Commit 09ae7a9

Browse files
author
AlphaRandom
authored
Update README.md
updated to match file names
1 parent 3fb50e2 commit 09ae7a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

SuperSecureBank/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ The **SuperSecure Bank** is a demonstration application created by **DarkRelay S
1414
- `bank_server.py`
1515
- `client.py`
1616
- `banking.service`
17-
- `install.sh`
18-
- `uninstall.sh`
17+
- `install_supersecure_bank.sh`
18+
- `uninstall_supersecure_bank.sh`
1919

2020
2. **Run the Installation Script**
2121

2222
- Execute the installation script:
2323
```bash
24-
sudo bash install.sh
24+
chmod +x ./*.sh
25+
sudo bash install_supersecure_bank.sh
2526
```
2627
- The script will:
2728
- Copy the necessary files to `/usr/local/banking_simulator`.
@@ -50,7 +51,7 @@ The **SuperSecure Bank** is a demonstration application created by **DarkRelay S
5051
1. **Run the Uninstall Script**
5152
- Execute the uninstall script:
5253
```bash
53-
sudo bash uninstall.sh
54+
sudo bash uninstall_supersecure_bank.sh
5455
```
5556
- This will:
5657
- Stop and remove the service.

0 commit comments

Comments
 (0)