Skip to content

Commit e2f836b

Browse files
committed
Update install.sh
1 parent 8895fdd commit e2f836b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ git clone --recurse-submodules https://github.com/filesverse/node-filerix.git ||
1111
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

14-
cd node-filerix || { echo "Failed to enter the project directory"; exit 1; }
15-
1614
echo "Copying filerix vcpkg port..."
17-
mv ../vcpkg-port ./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; }
16+
17+
cd node-filerix || { echo "Failed to enter the project directory"; exit 1; }
1818

1919
echo "Bootstrapping vcpkg..."
2020
./vcpkg/bootstrap-vcpkg.sh || { echo "Failed to bootstrap vcpkg"; exit 1; }

0 commit comments

Comments
 (0)