home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use "go" instead of "golang" brew pkg name
[khome.git]
/
check-deb-pkgs-missing
1
#! /bin/sh
2
3
for
pkg
in
$
(
.
/
list pkgs-deb-install.list
)
4
do
5
if
!
apt show
$pkg
> /
dev
/
null
2
>&
1
6
then
7
echo
$pkg
8
fi
9
done
This page took
0.062555 seconds
and
4
git commands to generate.