Skip to content

Commit

Permalink
Let's try this
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Jun 28, 2024
1 parent 01c6021 commit 39c402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-and-install-gauche.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ "$binary" = 'true' ]; then
curl -L -f -o $binary_tarball $binary_url/$binary_tarball
mkdir package
(cd package; tar xzvf ../$binary_tarball)
sudo cp -r package /
(cd package; sudo cp -r . /)
else
curl -f -o get-gauche.sh $get_gauche_url
chmod +x get-gauche.sh
Expand Down

0 comments on commit 39c402b

Please sign in to comment.