1
results
for Bash
-
Description: Today I will be showing you how to install Google Chrome on Kali Linux by writing a bash script from scratch. GitHub Link (Remember to follow me if you liked this code!): https://github.com/battleoverflow/chrome-install Setting up environment First, create a file called chrome-install.sh, and then open the file in your preferred IDE or editor. After this file is created, we can begin writing the code. The first few lines we will want to add: