1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-19 10:53:24 +00:00

docs: update install.sh shebang (#2097)

change shebang to bash to avoid syntax errors
This commit is contained in:
David0rk
2018-02-27 03:32:01 -05:00
committed by Fabian Möller
parent b91bd32489
commit 1585aa61c1

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# error codes
# 0 - exited without problems