Skip to content

Commit

Permalink
Fix deb image
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb9 committed Oct 20, 2024
1 parent 63e7e30 commit 3603f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deb/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.0-1
3.14.0-1
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 3603f47

Please sign in to comment.