From 37d557a306bf9c3d57e8cacbdc87cd5f0bb84e11 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sat, 10 Apr 2021 00:31:19 +0200 Subject: [PATCH] Changed sh to bash --- common/apps/gpick.sh | 2 +- common/apps/nextcloud.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/apps/gpick.sh b/common/apps/gpick.sh index db96dc2..6d0a44a 100644 --- a/common/apps/gpick.sh +++ b/common/apps/gpick.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash install_gpick() { echo "Installing gpick" diff --git a/common/apps/nextcloud.sh b/common/apps/nextcloud.sh index 3a42715..a40f807 100644 --- a/common/apps/nextcloud.sh +++ b/common/apps/nextcloud.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash install_nextcloud() { echo "Installing Nextcloud client"