diff --git a/assemble_image.sh b/assemble_image.sh
index 28af9a3f7bde8cfb8bd4b32c40365edd951d8d07..de31b6ab4cf46842191b94af33a8e75c746e63bb 100755
--- a/assemble_image.sh
+++ b/assemble_image.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/zsh
 
 set -e
 set -x
diff --git a/manjaro-dependencies/PKGBUILD b/manjaro-dependencies/PKGBUILD
index 6edbf14fd0f723950f36790850fbd659f654e677..d27515d7e283d5ae1b8f6a8d0363745fb5e26092 100644
--- a/manjaro-dependencies/PKGBUILD
+++ b/manjaro-dependencies/PKGBUILD
@@ -7,4 +7,4 @@ pkgdesc="LIP automation tool dependencies"
 arch=(x86_64)
 url="https://git.fsmpi.rwth-aachen.de/osak/tardis"
 license=('GPL3')
-depends=(bash coreutils git rsync grep pacman wget squashfs-tools manjaro-tools-iso util-linux)
+depends=(zsh coreutils git rsync grep pacman wget squashfs-tools manjaro-tools-iso util-linux)