whonix: Need to commit Makefile or Whonix install script complains

This commit is contained in:
Jason Mehring 2014-11-18 17:40:31 -05:00
parent a08bb8ed86
commit e1ce88291f

View File

@ -100,6 +100,8 @@ if ! [ -f "${INSTALLDIR}/tmp/.whonix_prepared" ]; then
# --------------------------------------------------------------------------
pushd "${WHONIX_DIR}"
{
git add Makefile || true
git commit Makefile -m 'Added Makefile' || true
su $(logname) -c "git submodule update --init --recursive";
}
popd