Skip to content

sh: 1: /etc/os-release: Syntax error: "(" unexpected #517

@portg80

Description

@portg80

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions