Skip to content
Snippets Groups Projects
Commit 6b3a279c authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Debian 8 x64 is ready for binary

parent 4cfb387b
Branches
Tags
No related merge requests found
...@@ -196,10 +196,12 @@ ucoin_detect_profile() { ...@@ -196,10 +196,12 @@ ucoin_detect_profile() {
ucoin_is_available_for_distribution() { ucoin_is_available_for_distribution() {
local distribution local distribution
local distribution_deb
distribution=`cat /etc/*-release file 2>/dev/null | grep "Ubuntu"` distribution=`cat /etc/*-release file 2>/dev/null | grep "Ubuntu"`
distribution_deb=`cat /etc/*-release file 2>/dev/null | grep "Debian"`
if [[ $distribution = *Ubuntu\ 14* ]] || [[ $distribution = *Ubuntu\ 15* ]]; then if [[ "$distribution" = *Ubuntu\ 14* ]] || [[ "$distribution" = *Ubuntu\ 15* ]] || [[ "$distribution_deb" = *Debian*8*jessie* ]]; then
return 0 return 0
else else
return 1 return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment