From 3d6b49a88aeef26f5913707404c83f8cfc88d67c Mon Sep 17 00:00:00 2001 From: piotr Date: Wed, 18 Oct 2023 04:07:44 +0200 Subject: [PATCH] fix `-s` argument type --- nwg_shell/installer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nwg_shell/installer.py b/nwg_shell/installer.py index 342fdda..3d664c6 100644 --- a/nwg_shell/installer.py +++ b/nwg_shell/installer.py @@ -137,8 +137,7 @@ def main(): help="Preselect keyboard layout") parser.add_argument("-s", "--skip_reboot", - type=str, - default="", + action="store_true", help="Skip final messages and reboot") parser.add_argument("-v", "--version",