Last active
December 14, 2022 11:52
-
-
Save gabrielmathias/861c39cda7b554416024a3d551b271e8 to your computer and use it in GitHub Desktop.
My Ubuntu Machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env bash | |
apt --fix-broken install | |
apt install graphviz | |
echo "testing1" | |
echo "testing2" | |
echo "testing3" | |
echo "testing4" | |
echo "testing5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment