This commit is contained in:
DarkXero-dev 2024-07-16 19:56:11 +03:00
parent 2ef855eaad
commit 6e64892280

View file

@ -36,6 +36,17 @@ Now is the time to run my script. To do so, type the below command in terminal,
bash -c "$(curl -fsSL https://tinyurl.com/PlasmaInstall)"
```
**- For the security concious :**
If you care about security, instead of using _Curl_ command you can download the script, inspect it then run it.. Do it via the following commands, then open and inspect via your favorite IDE :
```
wget https://tinyurl.com/PlasmaInstall
```
And after inspection set as executable and run via
```
chmod +x PlasmaInstall && ./PlasmaInstall
```
### Full Guide :
> For a more full in-depth guide with video included, feel free to check it out on our [**Official Site**](https://xerolinux.xyz/xero-news/xerolinux-plasma/) where we go over each step in detail. Video and written guide are to be used in tandem, as in together, otherwise you will surely get lost.