Changes between Version 93 and Version 94 of help/en/howto/cli
- Timestamp:
- Aug 31, 2018 7:35:54 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/cli
v93 v94 84 84 ==== DEB Package Repository ==== 85 85 86 Add the `duck` repositories to your `/etc/apt/sources.list` :86 Add the `duck` repositories to your `/etc/apt/sources.list` manually: 87 87 88 88 {{{ … … 90 90 deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main 91 91 }}} 92 93 or using `echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null` 92 94 93 95 You need to download the GPG public key from `keyserver.ubuntu.com` to verify the integrity of the packages: