Merge pull request #165 from linuxserver/jammy-remove-arm-warning

pull/170/head
Roxedus 2024-05-14 14:24:33 +02:00 zatwierdzone przez GitHub
commit c40bb68d1f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -27,20 +27,6 @@ User GID: $(id -g abc)
─────────────────────────────────────── ───────────────────────────────────────
" "
if [[ "$(uname -m)" == "armv7l" ]] || [[ "$(uname -m)" == "armhf" ]]; then
echo '
╔═════════════════════════════════════════════════════╗
║ ║
║ The 32-bit Arm version of this image will ║
║ no longer be supported after 2023-07-01 ║
║ ║
║ See: https://linuxserver.io/armhf ║
║ for more details ║
║ ║
╚═════════════════════════════════════════════════════╝
'
fi
lsiown abc:abc /app lsiown abc:abc /app
lsiown abc:abc /config lsiown abc:abc /config
lsiown abc:abc /defaults lsiown abc:abc /defaults