diff --git a/precise/base-0k/hooks/install.d/30-customize.sh b/precise/base-0k/hooks/install.d/30-customize.sh index b121a124..83b88785 100755 --- a/precise/base-0k/hooks/install.d/30-customize.sh +++ b/precise/base-0k/hooks/install.d/30-customize.sh @@ -24,12 +24,45 @@ else cp /root/.bashrc /root/.bashrc.pre-install fi -apt-get install fzf fd-find \ + "$backports_list" + ## Update only this repo: + apt-get update -o Dir::Etc::sourcelist="sources.list.d/backports.list" \ + -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" + fi + + ;; + esac + ;; + esac + + apt-get install fzf > /root/.bashrc