This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
log2ram
mirror of
https://github.com/azlux/log2ram.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Hide error if not installed as a package or if `dpkg` is not available
pull/117/head
Samuel FORESTIER
4 years ago
parent
0fdf8827e5
commit
6185780cf7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
uninstall.sh
+ 1
- 1
uninstall.sh
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
if dpkg -l log2ram ; then
if dpkg -l log2ram
2> /dev/null
; then
echo "Please run : apt remove log2ram"
exit 1
fi
Write
Preview
Loading…
Cancel
Save