Skip to content

Commit 3805003

Browse files
committed
Update download.sh to not use hardcoded bash path
1 parent 6c7fe27 commit 3805003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Copyright (c) Meta Platforms, Inc. and affiliates.
44
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.

0 commit comments

Comments
 (0)