mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-13 01:31:47 +00:00
Desrease indent in customize-image.sh
This commit is contained in:
parent
883ec166bd
commit
61591ca831
1 changed files with 11 additions and 11 deletions
|
@ -13,14 +13,14 @@ FAMILY=$2
|
|||
BOARD=$3
|
||||
BUILD_DESKTOP=$4
|
||||
|
||||
case $RELEASE in
|
||||
wheezy)
|
||||
# your code here
|
||||
;;
|
||||
jessie)
|
||||
# your code here
|
||||
;;
|
||||
trusty)
|
||||
# your code here
|
||||
;;
|
||||
esac
|
||||
case $RELEASE in
|
||||
wheezy)
|
||||
# your code here
|
||||
;;
|
||||
jessie)
|
||||
# your code here
|
||||
;;
|
||||
trusty)
|
||||
# your code here
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue