mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix typos (#4469)
This commit is contained in:
committed by
GitHub
parent
18dba7985f
commit
a7b5a5ee58
@@ -86,7 +86,7 @@ echo "done."
|
||||
|
||||
mount -o rw $PART_BOOT $DIR_INSTALL
|
||||
|
||||
echo -n "Cppying BOOT..."
|
||||
echo -n "Copying BOOT..."
|
||||
cp -r /boot/* $DIR_INSTALL && sync
|
||||
echo "done."
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ echo "done."
|
||||
|
||||
mount -o rw $PART_BOOT $DIR_INSTALL
|
||||
|
||||
echo -n "Cppying BOOT..."
|
||||
echo -n "Copying BOOT..."
|
||||
cp -r /boot/* $DIR_INSTALL && sync
|
||||
echo "done."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user