mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:14:42 +01:00
docs: update install.sh shebang (#2097)
change shebang to bash to avoid syntax errors
This commit is contained in:
parent
b91bd32489
commit
1585aa61c1
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# error codes
|
||||
# 0 - exited without problems
|
||||
|
Loading…
Reference in New Issue
Block a user