@@ -1,7 +1,7 @@
#!/bin/bash
hasComposer=`command -v composer`
-if [[ $hasComposer == '' ]]
+if [[ $hasComposer != '' ]]
then
sudo apt-get update -yqq