Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihArridho authored Oct 10, 2022
1 parent f4df166 commit 76d7b12
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Script Ini GRATIS buat kalian dan tidak di ENCRYPT. Mengapa? Supaya kalian bisa
apt update && apt upgrade
apt install git -y
apt install python -y
git clone https://github.com/FatihArridho/brutal
git clone https://github.com/FatihArridho/brutal.git
cd brutal
pip install -r install.txt
python brutal.py
Expand All @@ -43,8 +43,14 @@ python brutal.py
apt update && apt upgrade
apt install git -y
apt install python3-pip
git clone https://github.com/FatihArridho/brutal
git clone https://github.com/FatihArridho/brutal.git
cd brutal
pip3 install -r install.txt
python3 brutal.py
```

## UPDATE SCRIPT
```bash
cd brutal
git pull
```

0 comments on commit 76d7b12

Please sign in to comment.