You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the Debian 12 image from https://images.linuxcontainers.org/ doesn't have lsb-release pre-installed. Perhaps the script should try installing it first, or perhaps it should just source /etc/os-release directly.
# bash installer.sh
installer.sh: line 11: lsb_release: command not found
installer.sh: line 12: lsb_release: command not found
Sorry, only Ubuntu 20.04, 22.04, Debian 11 and Debian 12 are supported by this installer. Exiting...
The text was updated successfully, but these errors were encountered:
Lol, the script does install lsb-release package, AFTER using lsb_release...
ledlamp
changed the title
installer.sh doesn't work when lsb_release is not installed
installer.sh uses lsb_release before installing it and fails if it's not already installed
Oct 22, 2024
Apparently the Debian 12 image from https://images.linuxcontainers.org/ doesn't have lsb-release pre-installed. Perhaps the script should try installing it first, or perhaps it should just source /etc/os-release directly.
The text was updated successfully, but these errors were encountered: