mirror of https://github.com/pmret/papermario.git
support EndeavourOS
EndeavourOS uses quotes in its /etc/release for some reason
This commit is contained in:
parent
66c781c68f
commit
6710c93baf
|
@ -99,7 +99,7 @@ if cat /etc/os-release | grep -E ID=fedora &> /dev/null; then
|
|||
fi
|
||||
|
||||
# Arch Linux and derivatives (pacman)
|
||||
if cat /etc/os-release | grep -E 'ID=arch|ID_LIKE=arch' &> /dev/null; then
|
||||
if cat /etc/os-release | grep -E 'ID=arch|ID_LIKE="?arch"?' &> /dev/null; then
|
||||
supported=true
|
||||
|
||||
echo "Installing packages for Arch Linux or derivative (pacman)"
|
||||
|
|
Loading…
Reference in New Issue