X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=new_home_directory;h=31f0983266b98699a9fc20584e67bae2c3adfe65;hb=7072dd6217d2a600f729188624f228b5700bd836;hp=69242342bea243384431760f35910ca523cc312c;hpb=1a96c052eb022e818a48b23f3c1c522af911e8df;p=bin.git diff --git a/new_home_directory b/new_home_directory index 6924234..31f0983 100755 --- a/new_home_directory +++ b/new_home_directory @@ -24,11 +24,12 @@ 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/mr/mr_1.16_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; - ar p $pkg*.deb|tar -jx; fi; ); @@ -57,7 +58,7 @@ for a in lib bin; do fi; done; -if [ "$1" == "ssh" ]; then +if [ "$1" = "ssh" ]; then mkdir -p .config/; (cd .config/; git checkout git+ssh://git.donarmstrong.com/srv/git_private/mr.git