iankelling.org
/
git
/
distro-setup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d203832
)
bugfix
author
Ian Kelling
<ian@iankelling.org>
Thu, 21 Oct 2021 21:49:06 +0000
(17:49 -0400)
committer
Ian Kelling
<ian@iankelling.org>
Thu, 21 Oct 2021 21:49:06 +0000
(17:49 -0400)
filesystem/usr/local/bin/myupgrade-iank
patch
|
blob
|
history
diff --git
a/filesystem/usr/local/bin/myupgrade-iank
b/filesystem/usr/local/bin/myupgrade-iank
index 969db8ba536538c0daeaf98f0cf817d11d6260e5..ea610ab89911d0ac5fa356fa1d93eb3ec5ce10d4 100755
(executable)
--- a/
filesystem/usr/local/bin/myupgrade-iank
+++ b/
filesystem/usr/local/bin/myupgrade-iank
@@
-21,7
+21,7
@@
hn=$(hostname -f)
has_x=false
for pkg in xorg wayland; do
- if dpkg -s -- $
x
|& grep -Fx "Status: install ok installed" &> /dev/null; then
+ if dpkg -s -- $
pkg
|& grep -Fx "Status: install ok installed" &> /dev/null; then
has_x=true
break
fi