X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/add_free?a=blobdiff_plain;f=jessie_postinstall.sh;h=fb4161fd2a00114fcfb80087c8f9ebb62ae25ea6;hb=f07fd22fb7962b10fa89b73ba3e4dd1f5a49db50;hp=e6fd2e551628d609b44416b8fc51988d4b2debaa;hpb=604947c3c99a54a4ce5310ec46879be342963d45;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index e6fd2e5..fb4161f 100755 --- a/jessie_postinstall.sh +++ b/jessie_postinstall.sh @@ -65,10 +65,16 @@ echo 'deb http://security.debian.org/ jessie/updates main contrib non-free' \ echo 'deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free' \ >> /etc/apt/sources.list if [ "$1" = "thinkpad" ]; then - echo 'deb http://ftp.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list - echo 'deb http://security.debian.org/ testing/updates main contrib non-free' >> /etc/apt/sources.list - echo 'deb http://ftp.debian.org/debian/ testing-updates main contrib non-free' >> /etc/apt/sources.list - echo 'APT::Default-Release "stable";' >> /etc/apt/apt.conf.d/99defaultrelease + echo 'deb http://ftp.debian.org/debian/ jessie-backports main contrib' \ +' non-free' >> /etc/apt/sources.list + echo 'deb http://ftp.debian.org/debian/ testing main contrib non-free' \ + >> /etc/apt/sources.list + echo 'deb http://security.debian.org/ testing/updates main contrib' \ +' non-free' >> /etc/apt/sources.list + echo 'deb http://ftp.debian.org/debian/ testing-updates main contrib' \ +' non-free' >> /etc/apt/sources.list + echo 'APT::Default-Release "stable";' \ + >> /etc/apt/apt.conf.d/99defaultrelease fi dhclient eth0 apt-get update @@ -197,22 +203,28 @@ elif [ "$1" = "thinkpad" ]; then amixer -c 0 sset Master playback 100% unmute elif [ "$2" = "T450s" ]; then amixer -c 1 sset Master playback 100% unmute + # Re-order souncards so the commonly used one is the first one. + echo 'options snd_hda_intel index=1,0' >> /etc/modprobe.d/sound.conf fi # Set up window system, i3, redshift. apt-get -y install xserver-xorg xinit xterm i3 i3status dmenu redshift # Set up OpenGL and hardware acceleration. - apt-get -y install libgl1-mesa-dri - apt-get -y install i965-va-driver - usermod -aG video plom + if [ "$2" = "X200s" ]; then + apt-get -y install libgl1-mesa-dri + apt-get -y install i965-va-driver + usermod -aG video plom + elif [ "$2" = "T450s" ]; then + apt-get -y -t jessie-backports install xserver-xorg-video-intel + fi # Install xrandr. apt-get -y install x11-xserver-utils # Set up pentadactyl. apt-get -y install iceweasel - apt-get -y -t testing install xul-ext-pentadactyl + apt-get -y -t jessie-backports install xul-ext-pentadactyl apt-get -y install vim-gtk su plom -c 'mkdir -p /home/plom/downloads/'