Skip to content

Commit

Permalink
modify install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marcho committed Jan 28, 2024
1 parent aef6958 commit 9aa39f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BUCKET="https://tiny-shell.chaobei.xyz"
curl -s -o tiny-shell.sh ${BUCKET}/tiny-shell.sh

sed 's/file:${pwd}/https:\/\/tiny-shell.chaobei.xyz/g' tiny-shell.sh
sed -i 's/file:${pwd}/https:\/\/tiny-shell.chaobei.xyz/g' tiny-shell.sh
chmod +x tiny-shell.sh

./tiny-shell.sh

0 comments on commit 9aa39f5

Please sign in to comment.