Skip to content

Commit 8e7221e

Browse files
Update installation.md
1 parent 2c4bc01 commit 8e7221e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docs/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Installation 🛠️
22

33
```bash
4+
sudo apt-get update
45
wget https://raw.githubusercontent.com/codeperfectplus/SystemGuard/production/setup.sh
56
chmod +x setup.sh && sudo mv setup.sh /usr/local/bin/systemguard-installer
67
```
@@ -76,4 +77,4 @@ It will install the SystemGuard app and its dependencies in the crontab and it w
7677
# install miniconda3 if not installed already
7778
wget https://raw.githubusercontent.com/codeperfectplus/HackScripts/main/setup/install_miniconda.sh
7879
chmod +x install_miniconda.sh && sudo ./install_miniconda.sh
79-
```
80+
```

0 commit comments

Comments
 (0)