Trying to fix splash
This commit is contained in:
parent
68e9efb2a7
commit
da58e2a199
Binary file not shown.
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 84 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
2
start.sh
2
start.sh
|
@ -23,7 +23,7 @@ function main() {
|
|||
function sanity_check() {
|
||||
# Check for debootstrap command and then install from downloaded deb if not present.
|
||||
# We could install from current apt but I want the user and myself to be fully aware
|
||||
# of what they are chosing. IE, we could just run the install command themselves...
|
||||
# of what they are chosing. IE, we could just run the install command itself...
|
||||
debootstrap_comm=$(which debootstrap)
|
||||
if [[ "${debootstrap_comm}" == "" ]]; then
|
||||
echo "No deboostrap command found so will try installing from local directory...\n"
|
||||
|
|
Loading…
Reference in New Issue