Warning
This version is not compatible with v0.3.5-beta and bellow.
Please follow the upgrade instructions here.
Important
toutui --update is not working. You can do this instead:
bash -c 'expected_sha256="b5c41bcd3c480fd2ca6ec0031ccecf2cf7cf4ae01f591cad64a320fa7d72331d" export expected_sha256 tmpfile=$(mktemp) && curl -LsSf https://github.com/AlbanDAVID/Toutui/raw/stable/hello_toutui.sh -o "$tmpfile" && bash "$tmpfile" update && rm -f "$tmpfile"'
Added:
- Verifying file integrity using SHA-256 before installation via curl script
Changed:
- Clarification of update/uninstall instructions
PR
- shasum256 by @AlbanDAVID in #30
Full Changelog: v0.4.1-beta...v0.4.2-beta