X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_desktop.sh;h=9df55121195d2410b48e3248144fb740043bbb8e;hb=b2689a62b11cf9a4423ac51af582a12a17a781a0;hp=88b722d87981386656af949033aae1b2712801be;hpb=fbfa48130929c872383af34aafd8f83eaaad2e24;p=config diff --git a/bookworm/setup_scripts/setup_desktop.sh b/bookworm/setup_scripts/setup_desktop.sh index 88b722d..9df5512 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)" "$@" @@ -16,8 +15,8 @@ wget "https://download.brother.com/welcome/dlf103566/${ppd_deb}" dpkg --add-architecture i386 apt update apt install -y "./${ppd_deb}" +service cups restart # lpadmin -p 'Brother_HLL2350DW' -m 'brother-HLL2350DW-cups-en.ppd' -# service cups restart rm "./${ppd_deb}" # TODO explore potential lpadmin options like -o 'OutputMode=NormalGray' @@ -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 + ./${runscript} --no-kernel-modules --silent depmod fi @@ -45,6 +44,5 @@ cd "${setup_scripts_dir}" adduser --disabled-password --gecos "" plom usermod -a -G sudo plom passwd plom -cp setup_home.sh /home/plom -cp misc.sh /home/plom -chown plom:plom /home/plom/*.sh +cp -a ~/config /home/plom +chown -R plom:plom /home/plom/config