6
This commit is contained in:
parent
baae70bc1a
commit
9032320c4d
4
Makefile
4
Makefile
@ -14,5 +14,7 @@ sysprep:
|
|||||||
bash cloud-init-sysprep.sh
|
bash cloud-init-sysprep.sh
|
||||||
|
|
||||||
common-tools:
|
common-tools:
|
||||||
bash install-common-tools
|
bash install-common-tools.sh
|
||||||
|
|
||||||
|
upgrade:
|
||||||
|
bash upgrade.sh
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt install -y vim net-tools
|
apt install -y vim net-tools make tmux
|
||||||
|
7
upgrade.sh
Executable file
7
upgrade.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
apt update
|
||||||
|
apt upgrade -y
|
||||||
|
apt install -y $(apt -s upgrade |egrep "^[\t\ ]+.*")
|
Loading…
Reference in New Issue
Block a user