Skip to content

Commit

Permalink
Fix deb image
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb9 committed Dec 1, 2024
1 parent 69fd677 commit d38fcb7
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 d38fcb7

Please sign in to comment.