mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
try fix gpg
This commit is contained in:
parent
b2b90ebb33
commit
ac5c34ef6b
1 changed files with 2 additions and 3 deletions
|
@ -129,8 +129,6 @@ chmod 644 /tmp/onlyoffice.gpg
|
||||||
sudo chown root:root /tmp/onlyoffice.gpg
|
sudo chown root:root /tmp/onlyoffice.gpg
|
||||||
sudo mv /tmp/onlyoffice.gpg /usr/share/keyrings/onlyoffice.gpg
|
sudo mv /tmp/onlyoffice.gpg /usr/share/keyrings/onlyoffice.gpg
|
||||||
|
|
||||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8320CA65CB2DE8E5 2>/dev/null
|
|
||||||
|
|
||||||
echo "deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] https://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
|
echo "deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] https://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
|
||||||
|
|
||||||
# The onlyoffice dev had the magnificent idea to add a "nginx restart" during
|
# The onlyoffice dev had the magnificent idea to add a "nginx restart" during
|
||||||
|
@ -138,8 +136,9 @@ echo "deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] https://download.onlyof
|
||||||
# restart nginx and the whole webadmin and maybe even the yunohost command
|
# restart nginx and the whole webadmin and maybe even the yunohost command
|
||||||
# running the install ...
|
# running the install ...
|
||||||
|
|
||||||
ynh_install_extra_app_dependencies --repo="https://download.onlyoffice.com/repo/debian squeeze main" --package=$extra_dependencies --key="https://ftp-master.debian.org/keys/release-$(lsb_release --release --short).asc"
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8320CA65CB2DE8E5 2>/dev/null
|
||||||
|
|
||||||
|
ynh_install_extra_app_dependencies --repo="https://download.onlyoffice.com/repo/debian squeeze main" --package=$extra_dependencies --key="https://ftp-master.debian.org/keys/release-$(lsb_release --release --short).asc"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD A CONFIGURATION
|
# ADD A CONFIGURATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue