mirror of
https://gitee.com/amber-ce/amber-pm
synced 2025-12-18 19:31:37 +08:00
completion没改过来
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Package: apm
|
||||
Source: amber-ce
|
||||
Version: 1.1.2
|
||||
Architecture: amd64
|
||||
Architecture: arm64
|
||||
Maintainer: shenmo <shenmo@spark-app.store>
|
||||
Installed-Size: 48724
|
||||
Installed-Size: 46496
|
||||
Depends: bubblewrap, flatpak, policykit-1 | pkexec | polkit-1 | polkit, systemd, procps,coreutils,fuse-overlayfs,xz-utils,libnotify-bin,curl,xdg-user-dirs
|
||||
Section: misc
|
||||
Conflicts: ace-host-integration
|
||||
|
||||
@@ -44,7 +44,7 @@ _apm()
|
||||
"update"
|
||||
"upgrade" "full-upgrade" "dist-upgrade"
|
||||
"run"
|
||||
"run-sandbox"
|
||||
"sandbox-run"
|
||||
"help"
|
||||
"source" "build-dep"
|
||||
"clean" "autoclean"
|
||||
@@ -239,7 +239,7 @@ fi
|
||||
command grep "^Source: $cur" | sort -u | cut -f2 -d" " ) )
|
||||
return 0
|
||||
;;
|
||||
run|run-sandbox)
|
||||
run|sandbox-run)
|
||||
COMPREPLY=( $( compgen -W "$(apm_run_compgen)" "$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
|
||||
0
src/var/lib/apm/apm/amber-pm-logo.png
Normal file → Executable file
0
src/var/lib/apm/apm/amber-pm-logo.png
Normal file → Executable file
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
Reference in New Issue
Block a user