add git and wget to build scripts
This commit is contained in:
parent
bbd84a529f
commit
8dec345dd7
|
@ -81,6 +81,8 @@ firewalld
|
||||||
#samba
|
#samba
|
||||||
cups
|
cups
|
||||||
gvfs-backends
|
gvfs-backends
|
||||||
|
git
|
||||||
|
wget
|
||||||
|
|
||||||
|
|
||||||
" >> $uchinanchu/fusato/config/package-lists/package.list.chroot
|
" >> $uchinanchu/fusato/config/package-lists/package.list.chroot
|
||||||
|
|
|
@ -84,10 +84,11 @@ net-tools
|
||||||
cockpit
|
cockpit
|
||||||
cockpit-podman
|
cockpit-podman
|
||||||
podman
|
podman
|
||||||
#libvirt
|
samba
|
||||||
#samba
|
cups
|
||||||
#cups
|
gvfs-backends
|
||||||
#gvfs-backends
|
git
|
||||||
|
wget
|
||||||
|
|
||||||
|
|
||||||
" >> $uchinanchu/fusato/config/package-lists/package.list.chroot
|
" >> $uchinanchu/fusato/config/package-lists/package.list.chroot
|
||||||
|
|
Loading…
Reference in New Issue