From: Don Armstrong Date: Thu, 15 Dec 2016 22:34:50 +0000 (-0800) Subject: udpate myrepos package to use X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=14f8ccc34cfd4fc6c01a594b5cb28c88964a24b3 udpate myrepos package to use --- diff --git a/new_home_directory b/new_home_directory index 22d2689..94348da 100755 --- a/new_home_directory +++ b/new_home_directory @@ -24,10 +24,10 @@ for pkg in mr vcsh; do else # ok, this host isn't Debian. if [ "$pkg" == "mr" ]; then - wget http://http.debian.net/debian/pool/main/m/myrepos/myrepos_1.20150503_all.deb + wget http://http.debian.net/debian/pool/main/m/myrepos/myrepos_1.20160123_all.deb ar p myrepos*.deb data.tar.xz|xz --decompress|tar -x elif [ "$pkg" == "vcsh" ]; then - wget http://http.debian.net/debian/pool/main/v/vcsh/vcsh_1.20150502-1_all.deb + wget http://http.debian.net/debian/pool/main/v/vcsh/vcsh_1.20151229-1_all.deb ar p vcsh*.deb data.tar.xz|xz --decompress|tar -x fi;