Skip to content

Commit 05a092f

Browse files
committed
ksau: dependencies: [termux] Always do pkg update
1 parent 22d62ce commit 05a092f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ksau

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ trap "rm -rf $status_dir" EXIT
2323
dependencies() {
2424
if declare -p TERMUX_VERSION &>/dev/null; then
2525
echo "Starting Installation...."
26+
pkg update >/dev/null 2>&1
2627
pkg install rclone jq -y >/dev/null 2>&1
2728
echo ""
2829
echo "${orange}Installation Completed. ${normal}"

0 commit comments

Comments
 (0)