diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-06-16 18:11:09 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-06-16 18:11:09 +0200 |
commit | f22c9e8682df45fb0190e4786142c91bfeea9e21 (patch) | |
tree | bfa779e90652ba748f40d17aea8b9345133acb73 /required | |
parent | 3f1090257b39088e50fa84e238d73a9a6530d168 (diff) |
created debian scripts folder
Diffstat (limited to 'required')
-rwxr-xr-x | required | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/required b/required deleted file mode 100755 index 9b5dd3b..0000000 --- a/required +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/bash - -# display -apt install -y \ - arandr \ - atril \ - feh \ - nitrogen \ - scrot \ - xauth \ - xinit \ - xorg \ - xorg-dev - -# utilities -apt install -y \ - dmenu \ - fish \ - git \ - htop \ - ncdu \ - neovim \ - tree - -# web -apt install -y \ - curl \ - firefox-esr \ - netcat \ - nmap \ - w3m \ - w3m-img - -# security -apt install -y \ - ccrypt \ - pwgen - -# lxc containers -apt install -y \ - bridge-utils \ - dnsmasq-base \ - ebtables \ - iptables \ - libpam-cgfs \ - libvirt0 \ - libvirt-clients \ - libvirt-daemon-system \ - lxc - -# misc -apt install -y \ - acpi \ - build-essential \ - ledger \ - lshw \ - psmisc \ - rcconf \ - sshpass |