Skip to content

Commit ad70a83

Browse files
feat(debian-linux): use standard curl options in all app scripts
1 parent 21b92a2 commit ad70a83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian-linux/app/discord-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Install Discord via Debian Linux package system"
99
echo
1010

1111
echo "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
1313
echo
1414

1515
echo "Install Discord package"

debian-linux/app/httpie.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "# ---------------------------------------"
88
echo "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

1313
echo "# ---------------------------------------"
1414

0 commit comments

Comments
 (0)