X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_desktop.sh;h=637dfc242717cb9c8c2cec741504b575a3412258;hb=f628496cf28b4db65ee965218e62989d51dd7aed;hp=b64d39dad0737732bb38a935515dbddb1fe0ce27;hpb=da85846e77b0a4ae122e5ac55e54c4bdc693594e;p=config diff --git a/bookworm/setup_scripts/setup_desktop.sh b/bookworm/setup_scripts/setup_desktop.sh index b64d39d..637dfc2 100755 --- a/bookworm/setup_scripts/setup_desktop.sh +++ b/bookworm/setup_scripts/setup_desktop.sh @@ -1,6 +1,5 @@ #!/bin/sh set -e -set -x . ./misc.sh expect_n_args 1 "(system name)" "$@" @@ -8,7 +7,7 @@ get_system_name_arg "$1" # Set up system without user environment. cd "${setup_scripts_dir}" -./setup.sh "${system_name}" "" user desktop thinkpad "${system_name}" +./_setup.sh "${system_name}" "" user desktop thinkpad "${system_name}" # Set up printer. ppd_deb="hll2350dwpdrv-4.0.0-1.i386.deb" @@ -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