Adding fdisk to dependencies (#3228)

This commit is contained in:
Luis Miguel 2022-09-29 21:00:39 +02:00 committed by GitHub
parent 01ab62514b
commit f6ea4847da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
build_sdcard.sh Executable file → Normal file
View File

@ -297,8 +297,10 @@ echo -e "\n*** SOFTWARE UPDATE ***"
# psmisc -> install killall, fuser
# ufw -> firewall
# sqlite3 -> database
# fdisk -> create partitions
# lsb-release -> needed to know which distro version we're running to add APT sources
general_utils="policykit-1 htop git curl bash-completion vim jq dphys-swapfile bsdmainutils autossh telnet vnstat parted dosfstools btrfs-progs fbi sysbench build-essential dialog bc python3-dialog unzip whois lsb-release"
general_utils="policykit-1 htop git curl bash-completion vim jq dphys-swapfile bsdmainutils autossh telnet vnstat parted dosfstools btrfs-progs fbi sysbench build-essential dialog bc python3-dialog unzip whois fdisk lsb-release""
python_dependencies="python3-venv python3-dev python3-wheel python3-jinja2 python3-pip"
server_utils="rsync net-tools xxd netcat openssh-client openssh-sftp-server sshpass psmisc ufw sqlite3"
[ "${baseimage}" = "armbian" ] && armbian_dependencies="armbian-config" # add armbian-config