Bläddra i källkod

Remove obnam package

Bob Mottram 7 år sedan
förälder
incheckning
0d8f68bd3d
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2
    2
      src/freedombone-image-customise
  2. 1
    1
      src/freedombone-utils-setup

+ 2
- 2
src/freedombone-image-customise Visa fil

1065
     rm $rootdir/root/sysctl.conf
1065
     rm $rootdir/root/sysctl.conf
1066
 
1066
 
1067
     # all the packages
1067
     # all the packages
1068
-    chroot "$rootdir" apt-get -yq install cryptsetup libgfshare-bin obnam duplicity sshpass wget
1068
+    chroot "$rootdir" apt-get -yq install cryptsetup libgfshare-bin duplicity sshpass wget
1069
     chroot "$rootdir" apt-get -yq install avahi-daemon avahi-utils avahi-discover
1069
     chroot "$rootdir" apt-get -yq install avahi-daemon avahi-utils avahi-discover
1070
     chroot "$rootdir" apt-get -yq install connect-proxy openssh-server
1070
     chroot "$rootdir" apt-get -yq install connect-proxy openssh-server
1071
     chroot "$rootdir" apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
1071
     chroot "$rootdir" apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
1167
     chroot "$rootdir" apt-get -yq install dovecot-imapd
1167
     chroot "$rootdir" apt-get -yq install dovecot-imapd
1168
 
1168
 
1169
     #backup
1169
     #backup
1170
-    chroot "$rootdir" apt-get -yq install obnam duplicity gnupg
1170
+    chroot "$rootdir" apt-get -yq install duplicity gnupg
1171
 
1171
 
1172
     # monkeysphere
1172
     # monkeysphere
1173
     #chroot "$rootdir" apt-get -yq install monkeysphere msva-perl
1173
     #chroot "$rootdir" apt-get -yq install monkeysphere msva-perl

+ 1
- 1
src/freedombone-utils-setup Visa fil

260
     apt-get -yq dist-upgrade
260
     apt-get -yq dist-upgrade
261
     apt-get -yq install ca-certificates
261
     apt-get -yq install ca-certificates
262
     apt-get -yq install apt-utils
262
     apt-get -yq install apt-utils
263
-    apt-get -yq install cryptsetup libgfshare-bin obnam duplicity sshpass wget avahi-daemon
263
+    apt-get -yq install cryptsetup libgfshare-bin duplicity sshpass wget avahi-daemon
264
     apt-get -yq install avahi-utils avahi-discover connect-proxy openssh-server
264
     apt-get -yq install avahi-utils avahi-discover connect-proxy openssh-server
265
     apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
265
     apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
266
     apt-get -yq install avahi-discover avahi-autoipd iptables dnsutils net-tools
266
     apt-get -yq install avahi-discover avahi-autoipd iptables dnsutils net-tools