Skip to content

Commit 7ec3f46

Browse files
authored
Update Makefile
1 parent 9955e80 commit 7ec3f46

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 0.0.2
1+
# version 0.0.3
22
# created by : Team ViewTech
33
# date : 2025-06-05 | 08.47 WIB
44
# developer : Xenzi & Polygon (pejuang kentang)
@@ -69,7 +69,12 @@ install-py: detectCLI
6969
# UPDATE REPO
7070
update: detectCLI
7171
@echo "[>] Melakukan update ..";sleep 1
72-
@git pull
72+
@cd
73+
@rm -rf Checker-Scammer
74+
@git clone https://github.com/ViewTechOrg/Checker-Scammer
75+
@cd Checker-Scammer
76+
@echo "[?] aplikasi sudah di update ke versi terbaru"
77+
@echo "[>] jalankan perintah just run"
7378

7479
install: install-system install-py
7580

0 commit comments

Comments
 (0)