This website works better with JavaScript.
Home
Help
Register
Sign In
ashpie
/
client-scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
security-update-check.sh: add missing --show-testing flag
master
Alice Gaudon
9 months ago
parent
76295770f2
commit
2b4bbbb289
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
security-updates-check.sh
+ 1
- 1
security-updates-check.sh
View File
@ -1,6 +1,6 @@
#!/bin/sh
UPDATES
=
$(
arch-audit --upgradable
|
sed
"{s/\n/<br>/g}"
)
UPDATES
=
$(
arch-audit --upgradable
--show-testing
|
sed
"{s/\n/<br>/g}"
)
if
test
"
$1
"
!
=
"true"
then
Write
Preview
Loading…
Cancel
Save