소스 검색

root privileges required for apt

Need to use `sudo apt` if not root user. proceeding 2 lines already incorporate `sudo` commands so for consistency these lines should be `sudo` too.
pull/164/head
Paul 3 년 전
committed by GitHub
부모
커밋
a5d8ce4f9d
No known key found for this signature in database GPG 키 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.



불러오는 중...
취소
저장