Skip to content

Instantly share code, notes, and snippets.

@whyakari
Last active May 12, 2024 18:20
Show Gist options
  • Save whyakari/9e6d1d217257dae23a3dd4dd1812269c to your computer and use it in GitHub Desktop.
Save whyakari/9e6d1d217257dae23a3dd4dd1812269c to your computer and use it in GitHub Desktop.
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