From: Christian Heller Date: Wed, 2 Dec 2015 21:30:24 +0000 (+0100) Subject: In ThinkPad config, handle pentadactyl dropping out of Debian's stable. X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=289dcf67fe8e476ac017c01bef18b7cbd5f7b749;hp=c09ab93523aa502b512b897a4004159a5cd79098;p=config In ThinkPad config, handle pentadactyl dropping out of Debian's stable. --- diff --git a/jessie_start_thinkpad.sh b/jessie_start_thinkpad.sh index 52f4857..cf77c91 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/'