Browse Source

Don't install yarn

Bob Mottram 8 years ago
parent
commit
aa305cf088
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/freedombone-app-koel

+ 0
- 5
src/freedombone-app-koel View File

@@ -693,11 +693,6 @@ function install_koel {
693 693
         fi
694 694
     fi
695 695
     npm install -g yarn
696
-    yarn install
697
-    if [ ! "$?" = "0" ]; then
698
-        echo $"Can't install yarn"
699
-        exit 682427
700
-    fi
701 696
     php composer.phar install
702 697
     npm install
703 698