{
echo "will cite" | parallel --citation
} &>/dev/null
parallel --jobs 200% sudo rm -rf {} 2>/dev/null ::: ~/hostedtoolcache/*
brew update &>/dev/null
brew uninstall -q --force --zap --cask chromedriver firefox google-chrome julia microsoft-auto-update microsoft-edge session-manager-plugin r soundflower 2>/dev/null
brew uninstall -q --force --zap aliyun-cli ant aspell aws-sam-cli azure-cli bazelisk carthage composer fontconfig freetds freetype gcc@8 gd geckodriver gh gradle helm httpd hub jpeg libpq libtiff llvm maven mongodb-community mongodb-database-tools nginx node@14 openjdk packer php pipx postgresql python@3.8 rustup-init selenium-server-standalone subversion tidy-html5 unixodbc webp switchaudio-osx sox go ruby@2.7 2>/dev/null
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A Partition merger script is also available to automatically merge product partition. | |
I have attached the file (makedynamic.sh) in this gist, you can also find it here in ErfanGSIs group - https://t.me/ErfanGSIs/528324 | |
Usage: | |
sudo ./makedynamic.sh <Firmware Type> [Path to Firmware] | |
V2 Changelog: | |
- Tested Pixel and OxygenOS support | |
- Fixed Syntax errors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/sbin/sh | |
# | |
# Copyright (C) 2018 Unlegacy Android Project | |
# Copyright (C) 2018 Svyatoslav Ryhel | |
# Copyright (C) 2019 Nick80835 | |
# Copyright (C) 2019 z3dd3r | |
# | |
# Made for Hammerhead | |
# |