mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
update debian dependencies (for sid)
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ "$(id -u)" -ne 0 ]; then
|
if [ "$(id -u)" -ne 0 ]; then
|
||||||
printf "This script must be run as root\n"
|
printf "This script must be run as root\n"
|
||||||
exit 1
|
exit 1
|
||||||
@@ -69,7 +71,7 @@ fi
|
|||||||
# Memtest86+ build dependencies
|
# Memtest86+ build dependencies
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
||||||
apt-get -y install build-essential python
|
apt-get -y install build-essential python3
|
||||||
|
|
||||||
# i945-pwm build dependencies
|
# i945-pwm build dependencies
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
@@ -93,6 +95,8 @@ apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential g
|
|||||||
|
|
||||||
apt-get -y install fonts-unifont libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev libfont-freetype-perl automake autotools-dev build-essential bison flex libfuse-dev liblzma-dev gawk libdevmapper-dev libtool libfreetype6-dev
|
apt-get -y install fonts-unifont libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev libfont-freetype-perl automake autotools-dev build-essential bison flex libfuse-dev liblzma-dev gawk libdevmapper-dev libtool libfreetype6-dev
|
||||||
|
|
||||||
|
apt-get -y install unifont
|
||||||
|
|
||||||
# U-Boot build dependencies
|
# U-Boot build dependencies
|
||||||
# -------------------------
|
# -------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user