Changed sh to bash

This commit is contained in:
Sven Heidemann 2021-04-10 00:31:19 +02:00
parent 397ffdb398
commit 37d557a306
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
install_gpick() {
echo "Installing gpick"

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
install_nextcloud() {
echo "Installing Nextcloud client"