diff a/INSTALL/shinobi b/INSTALL/shinobi
--- a/INSTALL/shinobi
+++ b/INSTALL/shinobi
@@ -80,7 +80,7 @@
 else
     if [[ $@ == *'start'* ]] || [[ $@ == *'now'* ]]; then
         proccessAlive=$(pm2 list | grep camera | grep online)
-        if [ "$proccessAlive" ]]; then
+        if [[ "$proccessAlive" ]]; then
             echo "Shinobi process is already running."
         else
             if [ -e "$installationDirectory/INSTALL/installed.txt" ]; then

diff a/INSTALL/now.sh b/INSTALL/now.sh
--- a/INSTALL/now.sh
+++ b/INSTALL/now.sh
@@ -9,6 +9,7 @@
 echo "3. MacOS"
 echo "4. FreeBSD"
 echo "5. OpenSUSE"
+echo "6. PCLinuxOS"
 echo "========"
 read oschoicee
 case $oschoicee in
@@ -32,6 +33,10 @@
 chmod +x INSTALL/opensuse.sh
 INSTALL/opensuse.sh
   ;;
+"6")
+chmod +x INSTALL/pclinuxos.sh
+INSTALL/pclinuxos.sh
+  ;;
 
 *)
   echo "Choice not found."

