Skip to content

Commit

Permalink
Fix deb image
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb9 committed Jan 24, 2025
1 parent a92c7d3 commit f9ef05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt-get install -y wget binutils xz-utils
# Repack deb (remove unnecessary dependencies)
mkdir deb
cd deb
wget -q https://protonmail.com/download/bridge/${DEB_FILE}
wget -q https://proton.me/download/bridge/${DEB_FILE}
ar x -v ${DEB_FILE}
mkdir control
tar zxvf control.tar.gz -C control
Expand Down

0 comments on commit f9ef05a

Please sign in to comment.