File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,14 @@ cd "$TMP_DIR" || { echo "Failed to enter temp directory"; exit 1; }
88echo " Cloning the repository with submodules..."
99git clone --recurse-submodules https://github.com/filesverse/node-filerix.git || { echo " Failed to clone repository" ; exit 1; }
1010
11+ 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+
1114cd node-filerix || { echo " Failed to enter the project directory" ; exit 1; }
1215
16+ echo " Copying filerix vcpkg port..."
17+ mv ../vcpkg-port ./vcpkg/ports/filerix || { echo " Failed to copy filerix vcpkg port" ; exit 1; }
18+
1319echo " Bootstrapping vcpkg..."
1420./vcpkg/bootstrap-vcpkg.sh || { echo " Failed to bootstrap vcpkg" ; exit 1; }
1521
You can’t perform that action at this time.
0 commit comments