Update ghost.sh

This commit is contained in:
CryptoBureau 2024-11-30 17:28:53 +01:00
parent 0de8b1b032
commit 5b3a312189

View File

@ -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."