Commit 4f877a46 authored by Watchtek's avatar Watchtek
Browse files

typo

parent 758ccf4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@
### wget
```bash
wget 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/download_pma_build.sh' && chmod +x download_pma_build.sh
wget 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/DB-PMA.sh' && +x chmod +x DB-PMA.sh
wget 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/DB-PMA.sh' && chmod +x DB-PMA.sh
```

### curl
```bash
curl 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/download_pma_build.sh' -o download_pma_build.sh && chmod +x download_pma_build.sh
curl 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/DB-PMA.sh' -o DB-PMA.sh && +x chmod +x DB-PMA.sh
curl 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/DB-PMA.sh' -o DB-PMA.sh && chmod +x DB-PMA.sh
```
 No newline at end of file