diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-24 09:03:23 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-24 09:03:23 -0300 |
commit | 12bea14501aa9871cd7b28727e1b4adfd140a372 (patch) | |
tree | 023e95c22995cbc6183d25b10a71c1ab612ef5b0 /content | |
parent | 1d073b84703bd470cf5958e3e96ce11b9becabdd (diff) |
Added instructions on how to verify the install script
Diffstat (limited to 'content')
-rw-r--r-- | content/install/steps.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/install/steps.md b/content/install/steps.md index bc84eb8..fa689a4 100644 --- a/content/install/steps.md +++ b/content/install/steps.md @@ -38,6 +38,10 @@ sudo mkdir -p /opt/yams sudo chown -R $USER:$USER /opt/yams ``` +### Inspecting the `install` script by yourself (optional). + +Its always a good practice to verify and study the scripts you run on your machine. You can always inspect `install.sh` on the Gitlab repo here: https://gitlab.com/rogs/yams/-/blob/master/install.sh. You don't have to be a complete expert in `bash` (I'm definitely not lol), but if you have any experience with the Linux terminal you should be able to at understand what's happening. + ### Cloning from Gitlab ```bash git clone https://gitlab.com/rogs/yams.git |