Skip to content

Commit

Permalink
fix:重定向
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed May 8, 2024
1 parent d7e094c commit 22dbc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbeaver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _main() {
which sudo >/dev/null && SUDO="sudo"

cd /tmp \
&& wget --max-redirect=2 -c https://dbeaver.io/files/dbeaver-ce-latest-linux.gtk.x86_64.tar.gz \
&& wget --max-redirect=4 -c https://dbeaver.io/files/dbeaver-ce-latest-linux.gtk.x86_64.tar.gz \
&& chmod 666 dbeaver-ce-latest-linux.gtk.x86_64.tar.gz \
&& ${SUDO} tar -zxvf dbeaver-ce-latest-linux.gtk.x86_64.tar.gz -C /opt \
&& echo """[Desktop Entry]
Expand Down

0 comments on commit 22dbc31

Please sign in to comment.