diff --git a/apps/piKiss/install b/apps/piKiss/install index 14922e7..e82a4e1 100755 --- a/apps/piKiss/install +++ b/apps/piKiss/install @@ -6,8 +6,6 @@ function error { exit 1 } -false || error 'testing 1 2 3' - #use the error function often! #If a certain command is necessary for installation to continue, then add this to the end of it: # || error 'reason'