mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Shutdown by power button support in Trusty
This commit is contained in:
@@ -242,7 +242,7 @@ EOF
|
||||
software-properties-common python-software-properties libnss-myhostname f2fs-tools"
|
||||
;;
|
||||
trusty)
|
||||
package_list="$package_list libnl-3-dev libnl-genl-3-dev software-properties-common python-software-properties f2fs-tools"
|
||||
package_list="$package_list libnl-3-dev libnl-genl-3-dev software-properties-common python-software-properties f2fs-tools acpid"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ case $RELEASE in
|
||||
PAKETKI="$PAKETKI thin-provisioning-tools libnl-3-dev libnl-genl-3-dev libpam-systemd software-properties-common python-software-properties libnss-myhostname"
|
||||
;;
|
||||
trusty)
|
||||
PAKETKI="$PAKETKI libnl-3-dev libnl-genl-3-dev software-properties-common python-software-properties"
|
||||
PAKETKI="$PAKETKI libnl-3-dev libnl-genl-3-dev software-properties-common python-software-properties acpid"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user