Skip to content

Commit

Permalink
Update setup_waifu2x.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuXD32 authored Dec 17, 2024
1 parent 944cbf5 commit bdd1fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup_waifu2x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ echo "Cloning waifu2x-ncnn-vulkan repository..."
git clone https://github.com/nihui/waifu2x-ncnn-vulkan.git
cd waifu2x-ncnn-vulkan || { echo "Failed to enter directory."; exit 1; }
git submodule update --init --recursive
cd ..
mv waifu2x-ncnn-vulkan ~

echo "Cloning Google's Android NDK..."
git clone https://android.googlesource.com/platform/ndk.git ~/ndk
Expand Down

0 comments on commit bdd1fcc

Please sign in to comment.