Last active
May 12, 2024 18:20
-
-
Save whyakari/9e6d1d217257dae23a3dd4dd1812269c to your computer and use it in GitHub Desktop.
This file contains 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
download_scripts() { | |
wget -O clang.sh https://raw.githubusercontent.com/MoeKernel/clang/main/clang.sh | |
wget -O date_.txt https://raw.githubusercontent.com/MoeKernel/clang/main/date_.txt | |
chmod +x clang.sh | |
} | |
download_pkgs() { | |
sudo apt install bc neovim -y # download packages required. | |
} | |
execute() { | |
./ksu_update.sh -t stable # sync with KernelSU. | |
./clang.sh # download clang. | |
} | |
download_scripts | |
download_pkgs | |
execute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment