We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58299d commit 18e5713Copy full SHA for 18e5713
install.sh
@@ -15,6 +15,11 @@ rm -rf LICENSE
15
chmod +x *
16
cp qiq-help /data/data/com.termux/files/usr/bin/
17
cp qiq-version /data/data/com.termux/files/usr/bin/
18
+cp qiq-author /data/data/com.termux/files/usr/bin/
19
+cp qiq-install /data/data/com.termux/files/usr/bin/
20
+cp qiq-remove /data/data/com.termux/files/usr/bin/
21
+cp qiq-reinstall /data/data/com.termux/files/usr/bin/
22
+cp qiq-update /data/data/com.termux/files/usr/bin/
23
figlet -f big 'Done!!!' | lolcat -p 1.0
24
echo -e $b">>>"$w" run command to help qiq: "$g"qiq-help"$w
25
sleep 1
0 commit comments