diff --git a/Source/update-submodules.txt b/Source/update-submodules.txt index 1396924..7e85fe1 100644 --- a/Source/update-submodules.txt +++ b/Source/update-submodules.txt @@ -22,7 +22,6 @@ jobs: run: | git submodule add https://github.com/PoomSmart/FLEXing.git Tweaks/FLEXing git submodule add https://github.com/leminlimez/MrBeastify.git Tweaks/MrBeastify - git submodule add https://github.com/michael-winay/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts # git submodule add https://github.com/arichorn/YTHoldForSpeed.git Tweaks/YTHoldForSpeed git add . git commit -m "added uYouPlusExtra submodules" @@ -50,8 +49,6 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/YTABConfig git add . - git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts - git add . git submodule update --init --recursive --remote Tweaks/YTUHD git add . git submodule update --init --recursive --remote Tweaks/YTVideoOverlay @@ -74,7 +71,6 @@ jobs: run: | cd Bundles ln -s ../Tweaks/MrBeastify/layout/Library/Application\ Support/MrBeastify.bundle MrBeastify.bundle - ln -s ../Tweaks/YTNoCommunityPosts/layout/Library/Application\ Support/YTNoCommunityPosts.bundle YTNoCommunityPosts.bundle ln -s ../Tweaks/YTVideoOverlay/layout/Library/Application\ Support/YTVideoOverlay.bundle YTVideoOverlay.bundle ln -s ../Tweaks/YouMute/layout/Library/Application\ Support/YouMute.bundle YouMute.bundle ln -s ../Tweaks/YouQuality/layout/Library/Application\ Support/YouQuality.bundle YouQuality.bundle