From f637c3bbc7fac09e245f040f6929714ad63bb9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 22:51:29 +0200 Subject: [PATCH] Create update.sh --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..0d3d54a --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/bash +apt update +apt upgrade -y