mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Add ".sh" extension to apt_info_script file
This commit is contained in:
@@ -37,7 +37,7 @@ updatable_packages() {
|
||||
if [ -z "$updatable" ];then
|
||||
echo "All packages up to date"
|
||||
else
|
||||
echo "\`$updatable\`"
|
||||
echo $'```\n'"$updatable"$'\n```\n'
|
||||
fi
|
||||
fi
|
||||
}
|
||||
@@ -50,6 +50,7 @@ $(subscribed_repositories)
|
||||
|
||||
|
||||
### Updatable Packages
|
||||
|
||||
$(updatable_packages)
|
||||
##
|
||||
|
Reference in New Issue
Block a user