diff --git a/install.sh b/install.sh index 4e66871..a2b54b5 100644 --- a/install.sh +++ b/install.sh @@ -1,2 +1,4 @@ #!/bin/bash -echo "test" \ No newline at end of file +echo "test1" +echo "test2" +echo "test3" \ No newline at end of file