mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-15 19:47:54 +01:00
core-functions.sh: Fix Slackware ARM gpg key
This commit is contained in:
parent
bc7e966ee1
commit
c73c1a9008
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ function system_setup() {
|
|||
;;
|
||||
arm*)
|
||||
ARCH=arm[v5tel]*
|
||||
SLACKKEY=${SLACKKEY:-"ARMedslack Security (ARMedslack Linux Project Security) <security@armedslack.org>"}
|
||||
SLACKKEY=${SLACKKEY:-"Slackware ARM (Slackware ARM Linux Project) <mozes@slackware.com>"}
|
||||
PKGMAIN=${PKGMAIN:-slackware}
|
||||
;;
|
||||
powerpc|ppc)
|
||||
|
|
Loading…
Reference in a new issue