tarantool / tarantool/installer.sh

Add support for `ubuntu-based` systems

Open
#37 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
Shell
Stars
0
Forks
3
PR merge metrics
No merged PRs in 30d

Description

I'm like a PopOS ubuntu-based system user, I want the script to work for me.

The script prints a message that my system is not supported:

pc@workstation:~$ ./installer.sh
Unfortunately, your operating system is not supported by this script.

/etc/os-release contain follow data:

NAME="Pop!_OS"
VERSION="22.04 LTS" <--
ID=pop
ID_LIKE="ubuntu debian" <--
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with installer.sh and inspect how it identifies the operating system, then compare that logic with the /etc/os-release fields shown for Pop!_OS. Confirm the installer recognizes Ubuntu-based systems without breaking existing detection, and verify that it no longer prints the unsupported-system message for the reported environment.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell, ubuntu
Domain
cli, operating-systems
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.