Skip to content

Commit

Permalink
debian standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Oct 27, 2023
1 parent 9982fda commit 46d5d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ztnet/docs/Installation/debian_11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sidebar_position: 2

# Standalone Debian & Ubuntu

Install curl if it is not already installed:
Login as **root** on your system, then install 'curl' and 'sudo' if it is not already installed:

```bash
sudo apt update && sudo apt install curl
apt update && apt install -y sudo curl
```

:::info
Expand Down

0 comments on commit 46d5d2e

Please sign in to comment.