Fix deb download url
This commit is contained in:
parent
d5f902c54d
commit
967f690177
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ apt-get install -y wget binutils xz-utils
|
||||||
# Repack deb (remove unnecessary dependencies)
|
# Repack deb (remove unnecessary dependencies)
|
||||||
mkdir deb
|
mkdir deb
|
||||||
cd 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}
|
ar x -v ${DEB_FILE}
|
||||||
mkdir control
|
mkdir control
|
||||||
tar zxvf control.tar.gz -C control
|
tar zxvf control.tar.gz -C control
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue