whonix: Need to commit Makefile or Whonix install script complains

pull/1/head jm_e1ce8829
Jason Mehring 10 years ago
parent a08bb8ed86
commit e1ce88291f

@ -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

Loading…
Cancel
Save