From 959c420327b18ca880558c1f8f57628138b2b69f Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sun, 23 Feb 2025 23:31:58 +0800 Subject: scripts updated --- apkg-foreign | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apkg-foreign') diff --git a/apkg-foreign b/apkg-foreign index a412705..01c7d60 100755 --- a/apkg-foreign +++ b/apkg-foreign @@ -1,5 +1,10 @@ #!/bin/sh +# +# script to print foreign pkg +# (package installed but not in repos) for i in $(spm -a | awk '{print $1}'); do [ $(apkg -p $i) ] || echo $i done + +exit 0 -- cgit v1.2.3