Skip to content

Commit

Permalink
Merge pull request #212 from sinamics/update_docs
Browse files Browse the repository at this point in the history
Updated docs to include `lsb-release` as a requirements for standalone installation
  • Loading branch information
sinamics authored Nov 16, 2023
2 parents 2e021f6 + d343fdb commit 16225f5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
id: debian_11
title: Standalone Debian & Ubuntu
slug: /installation/debian_11
slug: /installation/linux
description: Debian 11 installation instructions for ZTNET
sidebar_position: 2
---

# Standalone Debian & Ubuntu

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

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

To continue install ztnet on Debian or Ubuntu, run the following command:
Expand Down

0 comments on commit 16225f5

Please sign in to comment.