|
@ -1,6 +1,6 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
set +eux |
|
|
|
|
|
|
|
|
set -eux |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Certificate DST_Root_CA-X3 expired, it needs to be removed |
|
|
## Certificate DST_Root_CA-X3 expired, it needs to be removed |
|
@ -89,8 +89,11 @@ apt-get -y install bash-completion wget bzip2 git-core \ |
|
|
less tmux mosh \ |
|
|
less tmux mosh \ |
|
|
sudo git vim file gawk </dev/null |
|
|
sudo git vim file gawk </dev/null |
|
|
|
|
|
|
|
|
apt-get -y python-software-properties </dev/null || |
|
|
|
|
|
apt-get -y software-properties-common </dev/null |
|
|
|
|
|
|
|
|
if ! apt-get -y python-software-properties </dev/null; then |
|
|
|
|
|
if ! apt-get -y software-properties-common </dev/null; then |
|
|
|
|
|
echo "Couldn't install package, but you probably don't need it." |
|
|
|
|
|
fi |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type -p lsb_release >/dev/null 2>&1 || |
|
|
type -p lsb_release >/dev/null 2>&1 || |
|
|