File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,9 +168,9 @@ jobs:
168168 echo minecraftctl uninstalling...; \
169169 sudo apt remove --purge -y minecraftctl > /dev/null; \
170170 echo minecraftctl Install the latest release...; \
171- T_download_url=$(curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest \ | grep 'browser_download_url' \| grep amd64.deb ); \
171+ T_download_url=$(curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest | grep 'browser_download_url'); \
172172 echo T_download_url: ${T_download_url}
173- download_url=`curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest \ | grep 'browser_download_url' \ | grep amd64.deb`; \
173+ download_url=`curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest | grep 'browser_download_url' | grep amd64.deb`; \
174174 echo download_url: ${download_url}; \
175175 download_url=${download_url#*: \"}; download_url=${download_url%\"*}; \
176176 echo download_url: ${download_url}; \
You can’t perform that action at this time.
0 commit comments