本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
log2ram
镜像来自
https://github.com/azlux/log2ram.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
18
Wiki
活動
瀏覽代碼
Hide error if not installed as a package or if `dpkg` is not available
pull/117/head
Samuel FORESTIER
4 年之前
父節點
0fdf8827e5
當前提交
6185780cf7
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
uninstall.sh
+ 1
- 1
uninstall.sh
查看文件
@@ -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…
取消
儲存