X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=jessie_start_thinkpad.sh;h=b0b13ee9b3811aba1026ca9a0ceeb6e198787392;hb=9ac68d1cb7fdd3ee3baa6ebdb02c35d5f83b9717;hp=52f48575be7ba4ab821c781a719cfef79e7dd968;hpb=28b59ff353f4d3f24edfc049b7ae331c2966ad49;p=config diff --git a/jessie_start_thinkpad.sh b/jessie_start_thinkpad.sh index 52f4857..b0b13ee 100755 --- a/jessie_start_thinkpad.sh +++ b/jessie_start_thinkpad.sh @@ -23,6 +23,10 @@ echo 'APT::Install-Suggests "false";' >> /etc/apt/apt.conf.d/99mindeps echo 'deb http://ftp.debian.org/debian/ jessie main contrib non-free' > /etc/apt/sources.list echo 'deb http://security.debian.org/ jessie/updates main contrib non-free' >> /etc/apt/sources.list echo 'deb http://ftp.debian.org/debian/ jessie-updates 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 dhclient eth0 apt-get update apt-get -y dist-upgrade @@ -105,7 +109,8 @@ usermod -aG video plom apt-get -y install x11-xserver-utils # Set up pentadactyl. -apt-get -y install xul-ext-pentadactyl +apt-get -y install iceweasel +apt-get -y -t testing install xul-ext-pentadactyl apt-get -y install vim-gtk su plom -c 'mkdir -p /home/plom/downloads/'