Here's a short shell script to quickly update Kali-Pi drivers.
- Run the script, like this:
curl https://gist.github.com/nicholasadamou/561385b9121c35d7434f597e4072957c/raw/515cf36604133959eac10ec9534aa981d7101645/update.sh | bash
or
- Add as an alias, like this:
alias rpu="curl https://gist.github.com/nicholasadamou/561385b9121c35d7434f597e4072957c/raw/515cf36604133959eac10ec9534aa981d7101645/update.sh | bash"
And run the script, like this: rpu
.