forked from frioux/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.sh
More file actions
executable file
·47 lines (44 loc) · 1.73 KB
/
packages.sh
File metadata and controls
executable file
·47 lines (44 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#!/bin/dash
./packages.rm.sh
./packages.minimal.sh
./packages.x11.sh
./packages.perf.sh
echo "postfix postfix/mailname string $(hostname)" | debconf-set-selections
echo "postfix postfix/main_mailer_type string 'Local only'" | debconf-set-selections
exec apt-get --no-install-recommends \
install -y \
asciidoc \
at \
autoconf \
automake \
build-essential \
dictd \
dict \
dict-gcide \
gnupg-agent \
inotify-tools \
libcurl4-openssl-dev \
libdir-self-perl \
libemail-address-perl \
libemail-date-perl \
libgmime-2.6-dev \
libgpgme11-dev \
libncursesw5-dev \
libnotmuch-dev \
libpam0g-dev \
libpam-u2f \
pamu2fcfg \
libtalloc-dev \
libtokyocabinet-dev \
libtool \
libxapian-dev \
lua-filesystem \
lynx \
mitmproxy \
notmuch \
notmuch-mutt \
openvpn \
postfix \
python-gpgme \
xmlto \
xsltproc