mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +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`
|
||||
|
||||
if [ "$DISTRO" = "Ubuntu" ]; then
|
||||
if [ "$DISTRO" = "Ubuntu" ] || [ "$DISTRO" = "elementary OS" ]; then
|
||||
DISTS=$UBUNTU_CODENAMES
|
||||
DISTRO="ubuntu"
|
||||
elif [ "$DISTRO" = "Debian" ]; then
|
||||
|
|
Loading…
Reference in a new issue