mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Fix deb download url
This commit is contained in:
parent
d5f902c54d
commit
967f690177
@ -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/${DEB_FILE}
|
||||
wget -q https://protonmail.com/download/bridge/${DEB_FILE}
|
||||
ar x -v ${DEB_FILE}
|
||||
mkdir control
|
||||
tar zxvf control.tar.gz -C control
|
||||
|
||||
Loading…
Reference in New Issue
Block a user