mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
rename get_sbo_packages() to list_packages()
This commit is contained in:
parent
6ad3f472d7
commit
bb87b804fa
@ -421,7 +421,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
get_sbo_packages() {
|
list_packages() {
|
||||||
# Get a list of SBo packages.
|
# Get a list of SBo packages.
|
||||||
|
|
||||||
local SBOPKGLIST=$SBOPKGTMP/sbopkg_pkglist
|
local SBOPKGLIST=$SBOPKGTMP/sbopkg_pkglist
|
||||||
@ -4318,7 +4318,7 @@ main_menu() {
|
|||||||
"ChangeLog" )
|
"ChangeLog" )
|
||||||
show_changelog ;;
|
show_changelog ;;
|
||||||
"Packages" )
|
"Packages" )
|
||||||
get_sbo_packages ;;
|
list_packages ;;
|
||||||
"Updates" )
|
"Updates" )
|
||||||
main_updates ;;
|
main_updates ;;
|
||||||
"Browse" )
|
"Browse" )
|
||||||
@ -4749,7 +4749,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $GETPKGS ]]; then
|
if [[ $GETPKGS ]]; then
|
||||||
get_sbo_packages
|
list_packages
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $SYNC ]]; then
|
if [[ $SYNC ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user