This commit is contained in:
itdoginfo
2025-02-17 17:22:45 +03:00
parent ebd185f633
commit 88c160d3f8
2 changed files with 2 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ main() {
if [ -n "$file" ]; then
echo "Installing $file"
opkg install "$DOWNLOAD_DIR/$file"
sleep 3
fi
done