Created
May 14, 2023 13:25
-
-
Save Dirack/bf9f62165e3744d363b642ea4b2cc246 to your computer and use it in GitHub Desktop.
This file contains 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/bash | |
sudo apt update | |
sudo apt install vim -y | |
sudo echo "# This is the GPGEOF's packages repository" >> /etc/apt/sources.list | |
sudo echo "deb [trusted=yes] https://gpgeof.github.io/debian ./" >> /etc/apt/sources.list | |
sudo apt update | |
sudo apt install shellunity shellinclude |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment