Skip to content

Commit ae41eda

Browse files
authored
Correction to 2026-May-01 updates (#742)
* Move optional steps for testing VMs out of README.md file This may help avoid new users being confused that they must follow those instructions. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Add 2025-Jan-30 versions of source code for install.sh Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Fix to previous commit Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent ebbc278 commit ae41eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vm-ubuntu-24.04/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ print_usage() {
3434

3535
if [ $# -eq 0 ]
3636
then
37-
VERSION="2026-Apr-01"
37+
VERSION="2026-May-01"
3838
echo "No version specified. Defaulting to ${VERSION}"
3939
elif [ $# -eq 1 ]
4040
then

0 commit comments

Comments
 (0)