Skip to content

Instantly share code, notes, and snippets.

View DoMINAToR98's full-sized avatar
🎯
Focusing

Kartik Sharma DoMINAToR98

🎯
Focusing
View GitHub Profile
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive;
echo "[*] Starting Install... [*]"
echo "[*] Upgrade installed packages to latest [*]"
echo -e "\nRunning a package upgrade...\n"
apt-get -qq update && apt-get -qq dist-upgrade -y
apt full-upgrade -y
apt-get autoclean
echo "[*] Install stuff I use all the time [*]"