Skip to content

Commit 134fcfa

Browse files
authored
Updates for 2026-Jan-01 part2 (#709)
* 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> * Make install.sh default to installing 2026-Jan-01 version Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent b792d0e commit 134fcfa

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
@@ -35,7 +35,7 @@ print_usage() {
3535

3636
if [ $# -eq 0 ]
3737
then
38-
VERSION="2025-Oct-01"
38+
VERSION="2026-Jan-01"
3939
echo "No version specified. Defaulting to ${VERSION}"
4040
elif [ $# -eq 1 ]
4141
then

0 commit comments

Comments
 (0)