You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the download fails due to ssl validation, please be sure you've installed the requirement ca-certificate package - you can do this with the following command:
50
+
```bash
51
+
apt-get update && apt-get install ca-certificates
52
+
```
53
+
49
54
## Step 3: Run
50
55
To begin the installation process, simply run the script and follow the on-screen prompts:
0 commit comments