png image added
This commit is contained in:
parent
03c56cbe2d
commit
5b3bb98b05
2 changed files with 3 additions and 3 deletions
BIN
assets/images/lomes.png
Normal file
BIN
assets/images/lomes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -40,10 +40,10 @@ for pkg in "${deps[@]}"; do
|
|||
|
||||
done
|
||||
|
||||
installed="$(cat /tmp/LoMeS/installed_dev 2>/dev/null)"
|
||||
missing="$(cat /tmp/LoMeS/missing_dev 2>/dev/null)"
|
||||
installed=$(cat /tmp/LoMeS/installed_dev 2>/dev/null)
|
||||
missing=$(cat /tmp/LoMeS/missing_dev 2>/dev/null)
|
||||
|
||||
if ! [ "$missing" ]; then
|
||||
if ! [ "$missing" ]; then
|
||||
echo -e " ${LCY}- ${GRN}Dependencies met. Proceeding...${CRS}\n"
|
||||
|
||||
else ### INSTALLING PKGS !
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue