pikaraoke
pikaraoke copied to clipboard
[BUG] Setup.sh does not identify Ubuntu-based distros as Debian-based
Describe the bug
When running setup.sh
, the script doesn't identify distros that are based on Ubuntu as being derived from Debian
To Reproduce Steps to reproduce the behavior:
-
./setup.sh
Expected behavior
Install all the dependencies using apt-get
Screenshots
Platform (please complete the following information):
- Hardware: Intel i7
- OS: PopOs
- OS version: PopOs 64bit
- Browser chrome
- Version N/A
Additional context Here's the update that would fix it:
if [[ $(cat /etc/os-release | grep -E ^ID\(_LIKE\)?= | grep -i 'debian\|raspbian') != "" ]]; then