Ubuntu Pastebin

Paste from RoundDuckMan at Sun, 10 Apr 2016 23:47:09 +0000

Download as text
1
2
3
4
5
6
7
8
install -m 755 -d /usr/bin
install -m 755 -d /etc
install -m 755 -d /usr/share/man/man1
install -m 755 i3status /usr/bin/i3status
# Allow network configuration for getting the link speed
(which setcap && setcap cap_net_admin=ep /usr/bin/i3status) || true
install -m 644 i3status.conf /etc/i3status.conf
install -m 644 man/i3status.1 /usr/share/man/man1
Download as text