We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d62ce commit 05a092fCopy full SHA for 05a092f
ksau
@@ -23,6 +23,7 @@ trap "rm -rf $status_dir" EXIT
23
dependencies() {
24
if declare -p TERMUX_VERSION &>/dev/null; then
25
echo "Starting Installation...."
26
+ pkg update >/dev/null 2>&1
27
pkg install rclone jq -y >/dev/null 2>&1
28
echo ""
29
echo "${orange}Installation Completed. ${normal}"
0 commit comments