Skip to content

Instantly share code, notes, and snippets.

@0x61nas
0x61nas / auto-gen-os-task-1.sh
Last active May 17, 2022 11:10
This script solves the OS assignment automatically 😀, the last part of the script is important
echo "Do you love anas elgarhy? (y/n)"
read love
if [[ $love == "y" ]]
then
# get the distro name
distro=$(lsb_release -si)
req_pkgs="zip scrot cowsay"
# Install the required packages