Bob Mottram 7 лет назад
Родитель
Сommit
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