We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4438f commit f360df6Copy full SHA for f360df6
reinstall.sh
@@ -12,9 +12,7 @@ set -e # abort on error
12
13
pip uninstall -y aros-node
14
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)
+# Get version
18
VERSION=0.0.1
19
echo "Upgrading to AROS v${VERSION}"
20
0 commit comments