* Check if Subversion is already installed.

svn path=/nixos/trunk/; revision=7886
This commit is contained in:
Eelco Dolstra 2007-02-08 19:53:21 +00:00
parent 7ac8157fed
commit 2c62eac3a1

View file

@ -2,9 +2,11 @@
set -x
# Obtain Subversion.
if test -z "$(type -tp svn)"; then
nix-channel --add http://nix.cs.uu.nl/dist/nix/channels-v3/nixpkgs-unstable
nix-channel --update
nix-env -i subversion
fi
cd /etc/nixos