diff --git a/ghost.sh b/ghost.sh index 0924aa9..e15de0a 100644 --- a/ghost.sh +++ b/ghost.sh @@ -61,7 +61,8 @@ install_dependency() { # Check if Rust is install print_info "Installing Rust..." # 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 if [ $? -ne 0 ]; then print_error "Failed to install Rust. Please check your system for issues."