mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-07 00:00:12 +03:00
apt.bcachefs.org readme: mkdir needs sudo too
This commit is contained in:
parent
940878789b
commit
a7cdaf34f5
@ -31,7 +31,7 @@ sudo add-apt-repository "deb https://apt.bcachefs.org/unstable bcachefs-tools-sn
|
||||
|
||||
If you want to ensure that the packages from this repository are always preferred, do:
|
||||
```bash
|
||||
mkdir -p /etc/apt/preferences.d
|
||||
sudo mkdir -p /etc/apt/preferences.d
|
||||
sudo tee /etc/apt/preferences.d/apt.bcachefs.org.pref > /dev/null <<EOF
|
||||
Package: *
|
||||
Pin: origin apt.bcachefs.org
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user