tarantool / tarantool/installer.sh
Add support for `ubuntu-based` systems
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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