mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Fix jessie-backports GPG key for arm
This commit is contained in:
parent
1cd3d9fc08
commit
5949a07a25
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*~
|
||||
*.sw[op]
|
||||
temp.txt
|
||||
|
|
|
@ -67,7 +67,9 @@ ynh_replace_string "__CODENAME__" "$codename" "/etc/apt/preferences.d/00Minetest
|
|||
if [ $(uname -m) == "armv7l" ]
|
||||
then
|
||||
gpg --keyserver pgpkeys.mit.edu --recv-key 7638D0442B90D010
|
||||
gpg --keyserver pgpkeys.mit.edu --recv-key 8B48AD6246925553
|
||||
gpg -a --export 7638D0442B90D010 | apt-key add -
|
||||
gpg -a --export 8B48AD6246925553 | apt-key add -
|
||||
fi
|
||||
ynh_package_update
|
||||
ynh_install_app_dependencies minetest-server
|
||||
|
|
Loading…
Add table
Reference in a new issue