-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.sh
executable file
·29 lines (20 loc) · 1.01 KB
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
termux-setup-storage
apt install $(cat ~/.github/apt_installed)
pip install --upgrade requests pip wheel
pip install $(cat ~/.github/pip_installed)
for f in ./.shortcuts/tasks/*.sh
do
termux-fix-shebang $f
done
fish -c crontab
termux-open --view --content-type "application/vnd.android.package-archive" bin/moddh-1.01-release.apk
wget -nc https://github.com/termux/termux-tasker/releases/download/v0.6.0/termux-tasker_v0.6.0+github-debug.apk
wget -nc https://github.com/termux/termux-api/releases/download/v0.50.1/termux-api_v0.50.1+github-debug.apk
wget -nc https://github.com/termux/termux-widget/releases/download/v0.13.0/termux-widget_v0.13.0+github-debug.apk
wget -nc https://github.com/termux/termux-boot/releases/download/v0.8.1/termux-boot-app_v0.8.1+github.debug.apk
wget -nc https://f-droid.org/F-Droid.apk
ln -s $PREFIX/bin/termux-clipboard-set $PREFIX/bin/xclip
rm storage/external-1
key-refresh-ssh phone
adb shell pm grant net.dinglisch.android.taskerm android.permission.SET_MEDIA_KEY_LISTENER