Browse Source

updated shebang for better multi system support

pull/37/head
jahway603 2 years ago
parent
commit
aaa5806f15
  1. 2
      start.sh
  2. 2
      util/build-debian-package.sh

2
start.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2020-2022 The Hush Developers
# Released under GPLv3

2
util/build-debian-package.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2021-2022 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html

Loading…
Cancel
Save