Skip to content

Commit 0947689

Browse files
committed
Update install.sh
1 parent e2f836b commit 0947689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "Downloading filerix vcpkg port..."
1212
git clone --recurse-submodules https://github.com/filesverse/vcpkg-port.git || { echo "Failed to download filerix vcpkg port"; exit 1; }
1313

1414
echo "Copying filerix vcpkg port..."
15-
mv ../vcpkg-port ./node-filerix/vcpkg/ports/filerix || { echo "Failed to copy filerix vcpkg port"; exit 1; }
15+
mv ./vcpkg-port ./node-filerix/vcpkg/ports/filerix || { echo "Failed to copy filerix vcpkg port"; exit 1; }
1616

1717
cd node-filerix || { echo "Failed to enter the project directory"; exit 1; }
1818

0 commit comments

Comments
 (0)