From 0bb7c44feb39121a469dc4b34b12bf0aa1f4ccae Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 22 Jun 2018 10:48:22 +0200 Subject: [PATCH] Update installupdateportlibs.sh --- installupdateportlibs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installupdateportlibs.sh b/installupdateportlibs.sh index d50acf0..88a5478 100644 --- a/installupdateportlibs.sh +++ b/installupdateportlibs.sh @@ -5,7 +5,7 @@ mkdir portlib_repos cd portlib_repos ((git clone https://github.com/Maschell/dynamic_libs.git -b lib && (7z x -y ./dynamic_libs/libs/portlibs.zip -o${DEVKITPRO})) || (cd dynamic_libs && git pull)) (git clone https://github.com/dimok789/libiosuhax.git || (cd libiosuhax && git pull)) -(git clone https://github.com/aliaspider/libfat.git || (cd libfat && git pull)) +(git clone https://github.com/Maschell/libfat.git || (cd libfat && git pull)) (git clone https://github.com/Maschell/libntfs-wiiu.git || (cd libntfs-wiiu && git pull)) (git clone https://github.com/Maschell/libutils.git || (cd libutils && git pull)) ((git clone https://github.com/Maschell/libgui.git && (7z x -y ./libgui/libs/portlibs.zip -o${DEVKITPRO})) || (cd libgui && git pull)) @@ -18,4 +18,4 @@ cd portlib_repos (cd libutils && ((make -j8 | grep -c "built ... ") && make install && echo "installed" ) || (echo "no need for make install" && make)) (cd libgui && ((make -j8 | grep -c "built ... ") && make install) || echo "no need for make install") (cd fs_wrapper && ((make -j8 | grep -c "built ... ") && make install && echo "installed" ) || (echo "no need for make install" && make)) -(cd controller_patcher && ((make -j8 | grep -c "built ... ") && make install && echo "installed" ) || (echo "no need for make install" && make)) \ No newline at end of file +(cd controller_patcher && ((make -j8 | grep -c "built ... ") && make install && echo "installed" ) || (echo "no need for make install" && make))