Remove obnam package
This commit is contained in:
parent
08959ac1bb
commit
0d8f68bd3d
|
@ -1065,7 +1065,7 @@ function image_setup_utils {
|
||||||
rm $rootdir/root/sysctl.conf
|
rm $rootdir/root/sysctl.conf
|
||||||
|
|
||||||
# all the packages
|
# all the packages
|
||||||
chroot "$rootdir" apt-get -yq install cryptsetup libgfshare-bin obnam duplicity sshpass wget
|
chroot "$rootdir" apt-get -yq install cryptsetup libgfshare-bin duplicity sshpass wget
|
||||||
chroot "$rootdir" apt-get -yq install avahi-daemon avahi-utils avahi-discover
|
chroot "$rootdir" apt-get -yq install avahi-daemon avahi-utils avahi-discover
|
||||||
chroot "$rootdir" apt-get -yq install connect-proxy openssh-server
|
chroot "$rootdir" apt-get -yq install connect-proxy openssh-server
|
||||||
chroot "$rootdir" apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
|
chroot "$rootdir" apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
|
||||||
|
@ -1167,7 +1167,7 @@ function image_setup_utils {
|
||||||
chroot "$rootdir" apt-get -yq install dovecot-imapd
|
chroot "$rootdir" apt-get -yq install dovecot-imapd
|
||||||
|
|
||||||
#backup
|
#backup
|
||||||
chroot "$rootdir" apt-get -yq install obnam duplicity gnupg
|
chroot "$rootdir" apt-get -yq install duplicity gnupg
|
||||||
|
|
||||||
# monkeysphere
|
# monkeysphere
|
||||||
#chroot "$rootdir" apt-get -yq install monkeysphere msva-perl
|
#chroot "$rootdir" apt-get -yq install monkeysphere msva-perl
|
||||||
|
|
|
@ -260,7 +260,7 @@ function initial_setup {
|
||||||
apt-get -yq dist-upgrade
|
apt-get -yq dist-upgrade
|
||||||
apt-get -yq install ca-certificates
|
apt-get -yq install ca-certificates
|
||||||
apt-get -yq install apt-utils
|
apt-get -yq install apt-utils
|
||||||
apt-get -yq install cryptsetup libgfshare-bin obnam duplicity sshpass wget avahi-daemon
|
apt-get -yq install cryptsetup libgfshare-bin duplicity sshpass wget avahi-daemon
|
||||||
apt-get -yq install avahi-utils avahi-discover connect-proxy openssh-server
|
apt-get -yq install avahi-utils avahi-discover connect-proxy openssh-server
|
||||||
apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
|
apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
|
||||||
apt-get -yq install avahi-discover avahi-autoipd iptables dnsutils net-tools
|
apt-get -yq install avahi-discover avahi-autoipd iptables dnsutils net-tools
|
||||||
|
|
Loading…
Reference in New Issue