Browse Source

fix: dev: [base-0k] removing trailing whitespace and fixing indentation !minor

postgres
Valentin Lab 10 years ago
parent
commit
540d08ada3
  1. 12
      precise/base-0k/hooks/install

12
precise/base-0k/hooks/install

@ -10,10 +10,10 @@ apt-get -y install bash-completion wget bzip2 git-core less language-pack-en pyt
## Allows to mount nfs shares
##
## XXXvlab: interracts really badly with current chroot mode. Leaving
## XXXvlab: interracts really badly with current chroot mode. Leaving
## daemonized process reparented to PID 1 that prevents umounting and
## finally making the script failing, and then lxc-create launch a lxc-destroy
## triggering a 'rm -rf' upon '/dev'...
## triggering a 'rm -rf' upon '/dev'...
#test "$(lsb_release -c -s)" == "precise" && apt-get -y install nfs-common
##
@ -145,8 +145,8 @@ EOF
(
mkdir -p /opt/apps &&
cd /opt/apps &&
git clone git.0k.io:/var/git/0k/git-sub &&
ln -sf /opt/apps/git-sub/bin/git-sub /usr/lib/git-core/
mkdir -p /opt/apps &&
cd /opt/apps &&
git clone git.0k.io:/var/git/0k/git-sub &&
ln -sf /opt/apps/git-sub/bin/git-sub /usr/lib/git-core/
)
Loading…
Cancel
Save