Skip to content

Instantly share code, notes, and snippets.

@erenseymen
Last active March 21, 2022 02:04
Show Gist options
  • Save erenseymen/b5cc13bcb76cc38e769a85c518d4fdff to your computer and use it in GitHub Desktop.
Save erenseymen/b5cc13bcb76cc38e769a85c518d4fdff to your computer and use it in GitHub Desktop.
apt-install
#!/bin/bash
sudo apt install "$1"
read -p "Press enter to exit"
[Desktop Entry]
Version=1.1
Type=Application
Name=Apt Install
NoDisplay=true
Comment=Install deb files
Icon=debian-logo
Exec=/home/erens/bin/apt-install %U
Terminal=true
Actions=
Categories=menulibre-custom-launchers;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment