Bob Mottram 7 년 전
부모
커밋
bc1c81cc89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image 파일 보기

@@ -243,7 +243,7 @@ function image_setup {
243 243
             makepkg --force --noconfirm
244 244
             makepkg -i --force --noconfirm
245 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 247
             if [ ! -f "/usr/share/debootstrap/scripts/${DEBIAN_VERSION}" ]; then
248 248
                 echo $"No debian debootstrap script was found for $DEBIAN_VERSION"
249 249
                 return