Skip to content

Commit f360df6

Browse files
authored
Update reinstall.sh
1 parent 9d4438f commit f360df6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

reinstall.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ set -e # abort on error
1212

1313
pip uninstall -y aros-node
1414

15-
# Get version info after uninstalling --- this will automatically get the
16-
# most recent version based on the source code in the current directory.
17-
# $(tools/get_cebra_version.sh)
15+
# Get version
1816
VERSION=0.0.1
1917
echo "Upgrading to AROS v${VERSION}"
2018

0 commit comments

Comments
 (0)