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 e2f836b commit 0947689Copy full SHA for 0947689
scripts/install.sh
@@ -12,7 +12,7 @@ echo "Downloading filerix vcpkg port..."
12
git clone --recurse-submodules https://github.com/filesverse/vcpkg-port.git || { echo "Failed to download filerix vcpkg port"; exit 1; }
13
14
echo "Copying filerix vcpkg port..."
15
-mv ../vcpkg-port ./node-filerix/vcpkg/ports/filerix || { echo "Failed to copy filerix vcpkg port"; exit 1; }
+mv ./vcpkg-port ./node-filerix/vcpkg/ports/filerix || { echo "Failed to copy filerix vcpkg port"; exit 1; }
16
17
cd node-filerix || { echo "Failed to enter the project directory"; exit 1; }
18
0 commit comments