Skip to content

Instantly share code, notes, and snippets.

View olegbrz's full-sized avatar
🎯
Focusing

Oleg Brezitsky olegbrz

🎯
Focusing
View GitHub Profile
@olegbrz
olegbrz / post_install.sh
Created October 4, 2021 11:25 — forked from waleedahmad/post_install.sh
Ubuntu post installation script for installing software of your choice.
#!/bin/bash
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
exit 1
else
#Update and Upgrade
echo "Updating and Upgrading"
apt-get update && sudo apt-get upgrade -y
@olegbrz
olegbrz / GitCommitEmoji.md
Created May 31, 2020 22:23 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji