From 2ecb207953d17f3bd76cd6a2c5c3327f2839bcf7 Mon Sep 17 00:00:00 2001
From: Christian Clauss <cclauss@me.com>
Date: Wed, 19 Jul 2023 17:25:18 +0200
Subject: [PATCH] Update test_install.yml

---
 .github/workflows/test_install.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml
index 4ba35eb..8b3e418 100644
--- a/.github/workflows/test_install.yml
+++ b/.github/workflows/test_install.yml
@@ -14,9 +14,9 @@ jobs:
       matrix:
         commands:
           # Enter hackingtool starting from the main menu with \n as the delimiter. 
-          - '17\n0\n1\n\n99\n99'  # Install, run, update, update system,      press ENTER to continue, back to main menu, quit
-          - '17\n0\n2\n\n99\n99'  # Install, run, update, update hackingtool, press ENTER to continue, back to main menu, quit
-          - '17\n1\n1\n\n99'  # Install, run, uninstall, press ENTER to continue, quit
+          - '17\n0\n1\n\n99\n99\n99'  # Install, run, update, update system,      press ENTER to continue, back to main menu, quit
+          - '17\n0\n2\n\n99\n99\n99'  # Install, run, update, update hackingtool, press ENTER to continue, back to main menu, quit
+          - '17\n1\n1\n\n99\n99'  # Install, run, uninstall, press ENTER to continue, quit
           - "99"  # Install, run, quit
     steps:
       - uses: actions/checkout@v3