home · contact · privacy
Improve Bookworm server setup config.
[config] / bookworm / setup_scripts / setup_desktop.sh
index b64d39dad0737732bb38a935515dbddb1fe0ce27..9df55121195d2410b48e3248144fb740043bbb8e 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh
 set -e
-set -x
 . ./misc.sh
 
 expect_n_args 1 "(system name)" "$@"
@@ -35,7 +34,7 @@ if [ "$system_name" = "w530" ]; then
     wget https://us.download.nvidia.com/XFree86/Linux-x86_64/${driver_version}/${runscript}
     rmmod nouveau
     chmod u+x ${runscript} 
-    ./${runscript} --no-kernel-modules --no-questions
+    ./${runscript} --no-kernel-modules --silent
     depmod
 fi