diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-05-03 07:50:30 -0500 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-05-03 07:50:30 -0500 |
commit | 81176db2c4cc02100c3fbc48f5937cb2d9a4cc62 (patch) | |
tree | 850f85a4476e720bc7a351a6b011e2409417c7d2 /required | |
parent | 976508b574679be4c99a57f573fc6b4b79cc8f31 (diff) |
fixed backslash error
Diffstat (limited to 'required')
-rwxr-xr-x | required | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -8,28 +8,28 @@ apt install -y \ nitrogen \ scrot \ xauth \ - xinit + xinit \ xorg \ - xorg-dev \ + xorg-dev # utilities apt install -y \ - dmenu + dmenu \ fish \ git \ htop \ ncdu \ neovim \ - tree \ + tree # web apt install -y \ curl \ - firefox-esr + firefox-esr \ netcat \ nmap \ w3m \ - w3m-img \ + w3m-img # security apt install -y \ @@ -39,14 +39,14 @@ apt install -y \ # lxc containers apt install -y \ bridge-utils \ - dnsmasq-base + dnsmasq-base \ ebtables \ iptables \ libpam-cgfs \ libvirt0 \ libvirt-clients \ libvirt-daemon-system \ - lxc \ + lxc # misc apt install -y \ @@ -56,4 +56,4 @@ apt install -y \ lshw \ psmisc \ rcconf \ - sshpass \ + sshpass |