Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
This includes the legacy of updator
Please update your program by using `connect --update`

This fixes the following changes:
* Fixed Duplicates in the Updator
* Easily access the updator by using `connect --update`
* Compairing version made easily to access.
* Fix Spam Updator (cUrl -s)
* Remove's all *.cache files when update was done. (This should be fixed...)

Thank you for using our software. This fixes the entire program to ensure stability.
  • Loading branch information
xqwtxon committed Aug 13, 2022
1 parent 0f2b889 commit 991212a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/connect/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ "$1" == "--update" ]; then
echo "bad"
else echo "ok"
fi
cp "$TEMP_EXEC_FILE" "$PREFIX/bin/connect" && chmod +x "$PREFIX/bin/connect" # this should fixed soon...
mv "$TEMP_EXEC_FILE" "$PREFIX/bin/connect" && chmod +x "$PREFIX/bin/connect" # this should fixed...
echo "[!] Sucessfully updated to latest version."
exit 0
fi
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit 991212a

Please sign in to comment.