Skip to content

Commit 6c4e7a0

Browse files
authored
[Bugfix:Installation] bash command for version notes (#694)
Add 'bash' to version notes for v25.07.01. https://submitty.org/sysadmin/installation/version_notes/v25.07.01 Co-authored-by: Barb Cutler <Barb Cutler>
1 parent b61655f commit 6c4e7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/sysadmin/installation/version_notes/v25.07.01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before installing new Python packages, we need to manually update this package.
1212
1. Install the newest python packages first.
1313

1414
```sh
15-
sudo /usr/local/submitty/GIT_CHECKOUT/Submitty/.setup/update_system.sh
15+
sudo bash /usr/local/submitty/GIT_CHECKOUT/Submitty/.setup/update_system.sh
1616
```
1717

1818
2. Run the regular install script.

0 commit comments

Comments
 (0)