瀏覽代碼

root privileges required for apt

Merge pull request #164 from pb66/patch-1
pull/168/head
azlux 3 年之前
committed by GitHub
父節點
當前提交
65a7a84623
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      README.md

+ 3
- 3
README.md 查看文件

@@ -22,8 +22,8 @@ _____
### With APT (recommended)
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
apt update
apt install log2ram
sudo apt update
sudo apt install log2ram

### Manually
curl -Lo log2ram.tar.gz https://github.com/azlux/log2ram/archive/master.tar.gz
@@ -133,7 +133,7 @@ systemctl status log2ram
(Because sometime we need it)
### With APT
```
apt remove log2ram
sudo apt remove log2ram
```
You can use `--purge` to remove config files as well.



Loading…
取消
儲存