You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: VirtualBox/documentation/Basic-usage.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,12 @@ We provide a script to update an existing VM to a new version of course softwar
86
86
87
87
If you have decided to upgrade your existing VM, type the following in a terminal
88
88
89
+
cd ~/devel
90
+
rm -rf install/lib install/include
91
+
rm -rf buildVM
89
92
update_VM.sh -s
90
93
91
-
The `-s` option will update your system dependencies via APT.
94
+
The `-s` option will update your system dependencies via APT. If you are a developer and have made specific changes to your system, you might not want to execute the steps removing existing files.
92
95
93
96
The script has some additional options for advanced usage only. For instance, if you
94
97
are a developer and want to use the latest version of the software and want
0 commit comments