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 c1f289b commit 3034ef4Copy full SHA for 3034ef4
install-remote.sh
@@ -55,6 +55,7 @@ else
55
git clone "$REPO_URL" "$TEMP_DIR"
56
cp -r "$TEMP_DIR/modules" "$INSTALL_DIR/"
57
cp -r "$TEMP_DIR/scripts" "$INSTALL_DIR/"
58
+ cp "$TEMP_DIR/version" "$INSTALL_DIR/"
59
cp "$TEMP_DIR/lib-loader.sh" "$INSTALL_DIR/"
60
fi
61
@@ -74,7 +75,7 @@ chmod 644 "$INSTALL_DIR/modules"/*.sh
74
75
chmod 755 "$INSTALL_DIR/scripts"/*.sh
76
77
# Read version from version file
-VERSION=$(cat version)
78
+VERSION=$(cat "$INSTALL_DIR/version")
79
80
# Add to shell initialization
81
echo "Adding to shell initialization..."
0 commit comments