-
Notifications
You must be signed in to change notification settings - Fork 835
Closed
Description
I replaced in /etc/os-release
PRETTY_NAME=”Armbian 23.02.2 Jammy”
on
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
To avoid errors in the Home Assistant, which will be installed later. But at the stage of installing docker, the command:
curl -fsSL get.docker.com | sh
This error occurs:
sudo curl -fsSL get.docker.com | sh
# Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
sh: 1: /etc/os-release: Syntax error: "(" unexpected
#/etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.armbian.com"
SUPPORT_URL="https://forum.armbian.com"
BUG_REPORT_URL="https://www.armbian.com/bugs"
ARMBIAN_PRETTY_NAME="Armbian 23.11.1 bookworm"
I tried to return it back to:
PRETTY_NAME=”Armbian 23.02.2 Jammy"
But then he writes that he has not found such a system.
Metadata
Metadata
Assignees
Labels
No labels