Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Oct 2, 2024
1 parent b43354b commit 76c18b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UbuntuSetup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
echo "alias update='sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo snap refresh'" > "$HOME/.bash_aliases"
echo "alias docker-compose='docker compose'" >> "$HOME/.bash_aliases"
git config --global submodule.recurse true
git config --global credential.helper store
git config --global user.email "[email protected]"
Expand Down Expand Up @@ -128,7 +129,7 @@ if lspci | grep -i nvidia &> /dev/null; then
nvcc --version
fi
docker --version
docker-compose --version
docker compose --version
python3.10 --version
log_message "Installation completed successfully"
log_message "Rebooting the system to complete the installation."
Expand Down

0 comments on commit 76c18b3

Please sign in to comment.