JasonJAyalaP:
after checking out 14.0.0.4.0-developers only, I did clean and submodule update. Git status shows that many packages are modified. They all seems to be the same message:
git diff packages/whonixsetup/ diff --git a/packages/whonixsetup b/packages/whonixsetup --- a/packages/whonixsetup +++ b/packages/whonixsetup @@ -1 +1 @@ -Subproject commit 4a6295c7033b8c78555fc5bdf7aa758875d6d07f +Subproject commit 4a6295c7033b8c78555fc5bdf7aa758875d6d07f-dirty
Right, such issues need to be fixed before continuation.
-
get into that ~/Whonix/packages/whonixsetup folder
-
run
git status
to see whats up -
usually
make deb-cleanup
should remove all temporary files -
run
git status
again to see if it is all sorted out
Btw whonixsetup
(cli version) != whonix-setup-wizard
(legacy
anon-connection-wizard and whonix setup gui version) !=
anon-connection-wizard
.
Once/if anon-connection-wizard is good enough for the release of Whonix 14:
- There might be legal setup that can get rid of all disclaimers, hence
whonix-setup-wizard
could be abandoned. - Merge
whonixsetup
(cli) intoanon-connection-wizard
?