diff --git a/readme.md b/readme.md index f027f0c..7155aac 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Medios-Macina is a file media manager and virtual toolbox capable of downloading
LINUX -
curl -sSL https://example.com/script.py | python3 -
+
curl -sSL https://code.glowers.club/goyimnose/Medios-Macina/raw/branch/main/scripts/bootstrap.py | python3 -
 
@@ -51,7 +51,7 @@ Medios-Macina is a file media manager and virtual toolbox capable of downloading
WINDOWS -
Invoke-WebRequest 'https://example.com/script.py' -UseBasicParsing | python
+
Invoke-WebRequest 'https://code.glowers.club/goyimnose/Medios-Macina/raw/branch/main/scripts/bootstrap.py' | python