u
This commit is contained in:
		
							parent
							
								
									09cf702702
								
							
						
					
					
						commit
						2ad27531a9
					
				
							
								
								
									
										16
									
								
								remove-ssr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								remove-ssr.sh
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,16 @@ | |||||||
|  | #!/bin/bash | ||||||
|  | export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | ||||||
|  | 
 | ||||||
|  | #Check Root | ||||||
|  | [ $(id -u) != "0" ] && { echo "Error: You must be root to run this script"; exit 1; } | ||||||
|  | 
 | ||||||
|  | #Stop ShadowsocksR | ||||||
|  | bash /usr/local/shadowsocksr/stop.sh | ||||||
|  | 
 | ||||||
|  | #Delete Files | ||||||
|  | rm -rf /usr/local/SSR-Bash-Python | ||||||
|  | rm -rf /usr/local/shadowsocksr | ||||||
|  | rm -rf /usr/local/shadowsocksr.zip | ||||||
|  | rm -rf /usr/local/bin/ssr | ||||||
|  | rm -rf ./ssr.zip | ||||||
|  | rm -rf ./SSR-Bash-Python-The-Final | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user