mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-15 01:52:21 +08:00
update debian/spark-store.postinst.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
88a28c5658
commit
d987c840c7
6
debian/spark-store.postinst
vendored
6
debian/spark-store.postinst
vendored
@ -8,8 +8,12 @@ case "$1" in
|
||||
echo "Enabling i386 arch..."
|
||||
dpkg --add-architecture i386
|
||||
;;
|
||||
aarch64)
|
||||
echo "Enabling armhf arch..."
|
||||
sudo dpkg --add-architecture armhf
|
||||
;;
|
||||
*)
|
||||
echo "Not amd64, skip enable i386 arch"
|
||||
echo "Unknown architecture, skip enable 32-bit arch"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user