We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4bc01 commit 8e7221eCopy full SHA for 8e7221e
src/docs/installation.md
@@ -1,6 +1,7 @@
1
## Installation 🛠️
2
3
```bash
4
+sudo apt-get update
5
wget https://raw.githubusercontent.com/codeperfectplus/SystemGuard/production/setup.sh
6
chmod +x setup.sh && sudo mv setup.sh /usr/local/bin/systemguard-installer
7
```
@@ -76,4 +77,4 @@ It will install the SystemGuard app and its dependencies in the crontab and it w
76
77
# install miniconda3 if not installed already
78
wget https://raw.githubusercontent.com/codeperfectplus/HackScripts/main/setup/install_miniconda.sh
79
chmod +x install_miniconda.sh && sudo ./install_miniconda.sh
-```
80
+```
0 commit comments