diff --git a/get_nwjs.sh b/get_nwjs.sh
index b9b4cc9df171645b547f0b6d60fe3b0711735fb5..f844ca4323d2d5052997f1a2f32d19e5c3553dce 100755
--- a/get_nwjs.sh
+++ b/get_nwjs.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright (C) 2015 GRNET S.A.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/make_package.sh b/make_package.sh
index 4cb135634b0f93e2c889f191c5841f9c23f00de1..423f74560b230a75dddcaafdbd71d73e54ad4bcd 100755
--- a/make_package.sh
+++ b/make_package.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright (C) 2015 GRNET S.A.
 #
 # This program is free software: you can redistribute it and/or modify