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:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# error codes
|
||||
# 0 - exited without problems
|
||||
|
||||
Reference in New Issue
Block a user