mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-14 08:51:48 +00:00
fix bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
echo "Adding repositories..."
|
||||
|
||||
if [[ "$DISTRIB_RELEASE" == "14.04" || "$DISTRIB_RELEASE" == "17" ]]
|
||||
if [[ "$DISTRIB_RELEASE" == "14.04" || "$DISTRIB_RELEASE" == "17" ]]; then
|
||||
# Ubuntu release 14.04, LinuxMint 17
|
||||
DISTRIB_REPO="trusty"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user