File tree Expand file tree Collapse file tree
sdk/apps/explorer/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import CopyCodeBlock from './CopyCodeBlock.tsx'
88import classes from './ConnectInstructions.module.css'
99
1010const DEBIAN_INSTALLATION = `# get deb.tar.gz
11- curl -LO https://github.com/ceramicnetwork/rust-ceramic/releases/download/ latest/ceramic-one_x86_64-unknown-linux-gnu.tar.gz
11+ curl -LO https://github.com/ceramicnetwork/rust-ceramic/releases/latest/download /ceramic-one_x86_64-unknown-linux-gnu.tar.gz
1212# untar the Debian software package file
1313tar zxvf ceramic-one_x86_64-unknown-linux-gnu.tar.gz
1414# install with dpkg - package manager for Debian
@@ -63,7 +63,7 @@ export default function ServerConnectedContainer({ onClickRetry }: Props) {
6363
6464 < Tabs . Panel value = "linux" >
6565 < Text >
66- For Debian-based distributions, install a the latest release using
66+ For Debian-based distributions, install the latest release using
6767 dpkg:
6868 </ Text >
6969 < CopyCodeBlock code = { DEBIAN_INSTALLATION } />
You can’t perform that action at this time.
0 commit comments