Skip to content

Commit 011435b

Browse files
committed
Documentation.
1 parent 66067f0 commit 011435b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_prog/core.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ _ubDistFetch() {
128128
# 'Distributable Code'
129129
# https://learn.microsoft.com/en-us/cpp/windows/redistributing-visual-cpp-files?view=msvc-170
130130
# The obvious conclusion is that MSW documentation regarding redistributable licensing either is not well documented or more likely relies on legalease which Oracle dislikes. In any case, transitioning away from and preserving open-source code from, VirtualBox, is a reasonable response at this time.
131+
# https://forums.virtualbox.org/viewtopic.php?t=108556&start=30
132+
# There is apparently some possibility that VirtualBox 7.0.13 has again included 'vc_redist', and that the removal was for some technical reason. However, the eventual elimination of VirtualBox should still occur, as with any case of erratic dependency issues.
131133
if ! [[ -e "$scriptLib"/core/installations/VirtualBox-7.0.12a.tar.bz2 ]]
132134
then
133135
cd "$scriptLib"/core/installations

0 commit comments

Comments
 (0)