1
0
mirror of https://gitlab.com/cyber5k/mistborn.git synced 2022-06-09 18:03:35 +03:00

Ubuntu 22.04 LTS installation support

This commit is contained in:
Steven Foerster
2022-06-02 22:41:07 +00:00
parent 95519069b7
commit a7ec6c5a84
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ Within Mistborn is a panel to enable and manage these free extra services (off b
# Quickstart
Tested Operating Systems (in order of thoroughness):
- Ubuntu 20.04 LTS
- Ubuntu 22.04 LTS
- Debian 11 (Bullseye)
- Raspberry Pi OS (formerly Raspbian) Buster
- Formerly tested and may still work: Ubuntu 18.04 LTS, Debian 10 (Buster)

View File

@@ -4,7 +4,7 @@
figlet "Mistborn: Installing Docker"
sudo apt update
sudo -E apt install -y python python3-pip python3-setuptools libffi-dev python3-dev libssl-dev
sudo -E apt install -y python3-pip python3-setuptools libffi-dev python3-dev libssl-dev
# Ubuntu version >= 20.04