Trying to fix splash

This commit is contained in:
Maxim Stewart 2020-05-02 02:11:56 -05:00
parent 68e9efb2a7
commit da58e2a199
4 changed files with 6638 additions and 18729 deletions

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

View File

@ -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"