1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Add git-core

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-05 23:11:50 -07:00 committed by GitHub
parent 5a95aa2d44
commit 07e5fbce56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ sudo fwupdmgr update -y
apt purge -y gnome-calculator
#Install packages that I use
apt install -y gnome-console
apt install -y git-core gnome-console
#Randomize MAC address
sudo bash -c 'cat > /etc/NetworkManager/conf.d/00-macrandomize.conf' <<-'EOF'