Skip to content

Commit 4078629

Browse files
Update README.md
1 parent c515283 commit 4078629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This comprehensive 2025 guide provides the fastest, most reliable automated solu
2424

2525
### One-Command Setup (2025 Automated Script)
2626
```bash
27-
curl -sL https://ethereumvalidatornode.com/install.sh | bash
27+
wget ethereumvalidatornode.com/install.sh && chmod +x install.sh && ./install.sh
2828
```
2929

3030
### What This Does
@@ -72,7 +72,7 @@ sudo apt install -y curl
7272
### Step 2: Run 2025 Installation Script
7373
```bash
7474
# Download and execute the automated setup
75-
curl -sL https://ethereumvalidatornode.com/install.sh | bash
75+
wget ethereumvalidatornode.com/install.sh && chmod +x install.sh && ./install.sh
7676
```
7777

7878
### Step 3: Follow Interactive Setup

0 commit comments

Comments
 (0)