From 7ec882d6f6d0dc9fab29a83b9e432689a671c406 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sat, 10 Apr 2021 00:22:57 +0200 Subject: [PATCH] Added nextcloud to apps --- common/apps/nextcloud.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common/apps/nextcloud.sh diff --git a/common/apps/nextcloud.sh b/common/apps/nextcloud.sh new file mode 100644 index 0000000..0cb027d --- /dev/null +++ b/common/apps/nextcloud.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +install_nextcloud() { + sudo add-apt-repository ppa:nextcloud-devs/client + sudo apt-get update + sudo apt-get install nextcloud-client -y +} \ No newline at end of file