Update ghost.sh
This commit is contained in:
		
							parent
							
								
									0de8b1b032
								
							
						
					
					
						commit
						5b3a312189
					
				
							
								
								
									
										3
									
								
								ghost.sh
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								ghost.sh
									
									
									
									
									
								
							| @ -61,7 +61,8 @@ install_dependency() { | |||||||
|     # Check if Rust is install |     # Check if Rust is install | ||||||
|     print_info "Installing Rust..." |     print_info "Installing Rust..." | ||||||
|     # Download and run the custom Rust installation script |     # Download and run the custom Rust installation script | ||||||
|      wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/packages/rust-setup.sh && chmod +x rust-setup.sh && sudo ./rust-setup.sh |      wget https://git.ghostchain.io/sargiodev08/packages/raw/main/rust-setup.sh && chmod +x rust-setup.sh && ./rust-setup.sh | ||||||
|  |       | ||||||
|      # Check for installation errors |      # Check for installation errors | ||||||
|      if [ $? -ne 0 ]; then |      if [ $? -ne 0 ]; then | ||||||
|         print_error "Failed to install Rust. Please check your system for issues." |         print_error "Failed to install Rust. Please check your system for issues." | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user