File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo "Install Discord via Debian Linux package system"
99echo
1010
1111echo " Download official Discord Debian Package"
12- curl --location " https://discordapp.com/api/download?platform=linux&format=deb" --output /tmp/discord-latest.deb
12+ curl --fail -- location --silent --show-error " https://discordapp.com/api/download?platform=linux&format=deb" --output /tmp/discord-latest.deb
1313echo
1414
1515echo " Install Discord package"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo "# ---------------------------------------"
88echo " HTTPie Desktop - HTTP Client - installed as a Uv Tool"
99
1010# install the nvim.appimage (automatic only installs nvim and not runtime)
11- dra download --select HTTPie-{tag}.AppImage --install --output ~ /.local/bin httpie/desktop
11+ dra download --select HTTPie-{tag}.AppImage --install --output ~ /.local/bin httpie/desktop
1212
1313echo " # ---------------------------------------"
1414
You can’t perform that action at this time.
0 commit comments