Bob Mottram 7 年 前
コミット
bc1c81cc89
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image ファイルの表示

243
             makepkg --force --noconfirm
243
             makepkg --force --noconfirm
244
             makepkg -i --force --noconfirm
244
             makepkg -i --force --noconfirm
245
             sudo wget "https://raw.githubusercontent.com/bashrc/freedombone/master/image_build/debootstrap/scripts/${DEBIAN_VERSION}" -O /usr/share/debootstrap/scripts/debscript
245
             sudo wget "https://raw.githubusercontent.com/bashrc/freedombone/master/image_build/debootstrap/scripts/${DEBIAN_VERSION}" -O /usr/share/debootstrap/scripts/debscript
246
-            sudo cp -f "/usr/share/debootstrap/scripts/debscript /usr/share/debootstrap/scripts/${DEBIAN_VERSION}"
246
+            sudo cp -f "/usr/share/debootstrap/scripts/debscript" "/usr/share/debootstrap/scripts/${DEBIAN_VERSION}"
247
             if [ ! -f "/usr/share/debootstrap/scripts/${DEBIAN_VERSION}" ]; then
247
             if [ ! -f "/usr/share/debootstrap/scripts/${DEBIAN_VERSION}" ]; then
248
                 echo $"No debian debootstrap script was found for $DEBIAN_VERSION"
248
                 echo $"No debian debootstrap script was found for $DEBIAN_VERSION"
249
                 return
249
                 return