File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/en/guides/10-deploy/01-deploy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ import TabItem from '@theme/TabItem';
2828<TabItem value =" deb-old " label =" Ubuntu/Debian " >
2929
3030``` shell
31- sudo curl -L -o /usr/share/keyrings/datafuselabs -keyring.gpg https://repo.databend.com/deb/datafuselabs .gpg
32- sudo curl -L -o /etc/apt/sources.list.d/datafuselabs .list https://repo.databend.com/deb/datafuselabs .list
31+ sudo curl -L -o /usr/share/keyrings/databend -keyring.gpg https://repo.databend.com/deb/databend .gpg
32+ sudo curl -L -o /etc/apt/sources.list.d/databend .list https://repo.databend.com/deb/databend .list
3333
3434sudo apt update
3535
@@ -49,7 +49,7 @@ Available platforms:
4949:::
5050
5151``` shell
52- sudo curl -L -o /etc/apt/sources.list.d/datafuselabs .sources https://repo.databend.com/deb/datafuselabs .sources
52+ sudo curl -L -o /etc/apt/sources.list.d/databend .sources https://repo.databend.com/deb/databend .sources
5353
5454sudo apt update
5555
You can’t perform that action at this time.
0 commit comments