From 021c94ea0e0a97c6d820d4e199dda0472ac81b1d Mon Sep 17 00:00:00 2001 From: Willie169 <133617026+Willie169@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:53:02 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bafbee2..7c74b12 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Shortcuts are located in [`DOTshortcuts`](DOTshortcuts). Some of them are intend - [`gitPull.sh`](DOTshortcuts/gitPull.sh): `git pull` all repositories in `~/gh`. - [`code.sh`](DOTshortcuts/code.sh), [`download.sh`](DOTshortcuts/download.sh): `cd /storage/emulated/0/Documents/code` and `cd /storage/emulated/0/Download` respectively. - [`xmrig.sh`](DOTshortcuts/xmrig.sh): Mines XMR to [the repository owner](https://github.com/Willie169)'s wallet, `48j6iQDeCSDeH46gw4dPJnMsa6TQzPa6WJaYbBS9JJucKqg9Mkt5EDe9nSkES3b8u7V6XJfL8neAPAtbEpmV2f4XC7bdbkv`, using [xmrig](https://github.com/xmrig/xmrig), which is not installed in the [Termux Setup](#termux-setup) and can be installed with [`xmrig-install.sh`](xmrig-install.sh). Change the wallet address and other configurations if you need. -- [`shizuku.sh`](DOTshortcuts/shizuku.sh): `cd shizuku` and `sh rish`. This is a shortcuts for [Shizuku](https://github.com/RikkaApps/Shizuku), which is not configured in the scripts in this repository. Please read [the section of my tutorial about Shizuku](https://willie169.github.io/#shizuku-systemui-tuner-and-ashell-use-local-adb-of-android-device-on-terminals-such-as-termux-without-another-device-with-shizuku-leave-developer-options-off-when-doing-so-with-systemui-tuner-and-use-adb-with-features-like-autocomplete-suggestion-with-ashell) for more information. +- [`shizuku.sh`](DOTshortcuts/shizuku.sh): `cd shizuku` and `sh rish`. This is a shortcuts for [Shizuku](https://github.com/RikkaApps/Shizuku), which is not configured in the scripts in this repository. Please refer to [the section of my tutorial "Android-Non-Root" about it](https://willie169.github.io/Android-Non-Root/#shizuku-systemui-tuner-and-ashell-use-local-adb-of-android-device-on-terminals-such-as-termux-without-another-device-with-shizuku-leave-developer-options-off-when-doing-so-with-systemui-tuner-and-use-adb-with-features-like-autocomplete-suggestion-with-ashell) for more information. - [`termux-backup-bz.sh`](DOTshortcuts/termux-backup-bz.sh): Creates a compressed backup with the highest compression level of BZIP2 of the `/data/data/com.termux/files/home` and `/data/data/com.termux/files/usr`, then splits the resulting archive into parts, each 4000MB in size. - [`android-backup-bz.sh`](DOTshortcuts/android-backup-bz.sh): Creates a compressed backup with the highest compression level of BZIP2 of the `/storage/emulated/0/Files`, `/storage/emulated/0/DCIM`, `/storage/emulated/0/Pictures`, `/storage/emulated/0/Alarms`, and `/storage/emulated/0/Documents`, then splits the resulting archive into parts, each 4000MB in size. - [`start-audio.sh`](start-audio.sh): Starts sound output from Termux. Configured in [Termux Setup](#termux-setup) according to [https://docs.andronix.app/troubleshoot/sound](https://docs.andronix.app/troubleshoot/sound).