diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-07 17:15:30 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-07 17:15:30 +0900 |
commit | 22150c268dd5ce847d8d66843dabfbad01575319 (patch) | |
tree | 147cbf9e90aab315a13be1456d2c3bf486a41eba | |
parent | f8f8cf1994edcf521fa8a25caf0ced9ad0a9553b (diff) |
update REAMDE to fix the URL for single binary mscp
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ sudo dnf install mscp - Single binary `mscp` for x86_64 (not optimal performance) ```console -wget https://github.com/upa/mscp/releases/latest/download/mscp.linux.x86.static -O /usr/local/bin/mscp +wget https://github.com/upa/mscp/releases/download/v0.1.4/mscp.linux.x86_64.static -O /usr/local/bin/mscp chmod 755 /usr/local/bin/mscp ``` |