mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-12 23:54:45 +08:00
Merge pull request #396 from luixal/patch-2
Allows package to be installed in ElementaryOS
This commit is contained in:
commit
1889bfac9d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ case "$1" in
|
||||||
|
|
||||||
DISTRO=`lsb_release -s -i`
|
DISTRO=`lsb_release -s -i`
|
||||||
|
|
||||||
if [ "$DISTRO" = "Ubuntu" ]; then
|
if [ "$DISTRO" = "Ubuntu" ] || [ "$DISTRO" = "elementary OS" ]; then
|
||||||
DISTS=$UBUNTU_CODENAMES
|
DISTS=$UBUNTU_CODENAMES
|
||||||
DISTRO="ubuntu"
|
DISTRO="ubuntu"
|
||||||
elif [ "$DISTRO" = "Debian" ]; then
|
elif [ "$DISTRO" = "Debian" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue