File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
20202 .  ** 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
50511. ** 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.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments