Skip to content

Instantly share code, notes, and snippets.

@Dirack
Created May 14, 2023 13:25
Show Gist options
  • Save Dirack/bf9f62165e3744d363b642ea4b2cc246 to your computer and use it in GitHub Desktop.
Save Dirack/bf9f62165e3744d363b642ea4b2cc246 to your computer and use it in GitHub Desktop.
#!/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