You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to/install-pro-package-slices.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,16 +57,19 @@ credentials will be automatically picked up from `/etc/apt/auth.conf.d/`.
57
57
However, you must change the default permissions of the credentials file(s)
58
58
so that Chisel can read it.
59
59
60
+
First, enable the service(s) related to the Pro archive(s) you want Chisel to fetch Pro packages from. This will also generate the archive credentials:
61
+
60
62
```sh
61
-
# Enable the service(s) related to the Pro archive(s)
62
-
# you want Chisel to fetch Pro packages from.
63
-
# This will also generate the esm-infra archive credentials.
64
63
sudo pro enable esm-infra
64
+
```
65
+
Next, provide read access to the user. You can do this using `setfacl`:
0 commit comments