浏览代码

Add syncthing

Bob Mottram 8 年前
父节点
当前提交
da9cbe65f2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-image

+ 1
- 0
src/freedombone-image 查看文件

137
             sudo pacman -S --noconfirm debootstrap xz dosfstools btrfs-progs syslinux python-pip
137
             sudo pacman -S --noconfirm debootstrap xz dosfstools btrfs-progs syslinux python-pip
138
             sudo pacman -S --noconfirm qemu-static binfmt-qemu-static uboot-tools qemu parted
138
             sudo pacman -S --noconfirm qemu-static binfmt-qemu-static uboot-tools qemu parted
139
             sudo pacman -S --noconfirm dpkg-devtools bin86 arch-install-scripts qemu-arch-extra
139
             sudo pacman -S --noconfirm dpkg-devtools bin86 arch-install-scripts qemu-arch-extra
140
+            sudo pacman -S --noconfirm syncthing
140
             mkdir ~/develop
141
             mkdir ~/develop
141
             if [ ! -d ~/develop/python-cliapp ]; then
142
             if [ ! -d ~/develop/python-cliapp ]; then
142
                 git clone git://git.liw.fi/cliapp ~/develop/python-cliapp
143
                 git clone git://git.liw.fi/cliapp ~/develop/python-cliapp