Skip to content

Commit 9db7fc4

Browse files
author
Esther Jun Kim
committed
Fix directory name from foo to ~/bin
1 parent 91927d5 commit 9db7fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/install_ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FNAME=ffmpeg-release-32bit-static.tar.xz
99

1010
echo "Creating ~/bin directory if it doesn't exist..."
11-
mkdir -p foo
11+
mkdir -p ~/bin
1212

1313
echo "Removing old versions of ffmpeg..."
1414
rm -rf ~/bin/ffmpeg*

0 commit comments

Comments
 (0)