We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0d66d commit 946e68fCopy full SHA for 946e68f
init/10_ubuntu.sh
@@ -40,12 +40,18 @@ sudo apt-get -qq dist-upgrade
40
41
# Install APT packages.
42
packages=(
43
- build-essential libssl-dev
+ build-essential
44
+ cowsay
45
git-core
- silversearcher-ag
46
- tree sl id3tool cowsay
47
- nmap telnet
48
htop
+ id3tool
+ libssl-dev
49
+ mercurial
50
+ nmap
51
+ silversearcher-ag
52
+ sl
53
+ telnet
54
+ tree
55
)
56
57
list=()
0 commit comments