Add python3-git to installed packages
This commit is contained in:
parent
9e0e2f0c76
commit
cfe40da677
|
@ -116,7 +116,7 @@ echo
|
||||||
|
|
||||||
echo "Installing APT dependencies..."
|
echo "Installing APT dependencies..."
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install --yes vlan iptables dnsmasq redis python3 python3-pip python3-requests sqlite3 celery pxelinux syslinux-common live-build debootstrap uuid-runtime qemu-user-static apt-cacher-ng
|
sudo apt-get install --yes vlan iptables dnsmasq redis python3 python3-pip python3-requests python3-git sqlite3 celery pxelinux syslinux-common live-build debootstrap uuid-runtime qemu-user-static apt-cacher-ng
|
||||||
|
|
||||||
echo "Configuring apt-cacher-ng..."
|
echo "Configuring apt-cacher-ng..."
|
||||||
sudo systemctl enable --now apt-cacher-ng
|
sudo systemctl enable --now apt-cacher-ng
|
||||||
|
|
Loading…
Reference in New Issue