Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikun.hyk committed Feb 26, 2024
1 parent 6863aeb commit 11d8441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version=$5
# if [[ "${valid_version[@]}" =~ "${version}" ]]; then
if [ ! -f "/usr/local/bin/s" ]; then
echo 'Serverless-devs installing.'
npm install -g serverless-devs@${version}
npm install -g serverless-devs/s@${version}
echo 'Serverless-devs has been installed successfully.'
# curl "https://images.devsapp.cn/bin/s/${version}" --output /usr/local/bin/s
# chmod 777 /usr/local/bin/s
Expand Down

0 comments on commit 11d8441

Please sign in to comment.