Unverified Commit 1c954ec5 authored by Christian Stewart's avatar Christian Stewart Committed by GitHub

Added support for SkiffOS (#1664)

* os: fix syntax error introduced by celos logo Signed-off-by: 's avatarChristian Stewart <christian@paral.in> * Added support for SkiffOS https://github.com/skiffos/skiffos Fixes #1657 Signed-off-by: 's avatarChristian Stewart <christian@paral.in>
parent 27277eac
...@@ -802,7 +802,7 @@ image_source="auto" ...@@ -802,7 +802,7 @@ image_source="auto"
# Proxmox, PuffOS, Puppy, PureOS, Qubes, Quibian, Radix, Raspbian, # Proxmox, PuffOS, Puppy, PureOS, Qubes, Quibian, Radix, Raspbian,
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, # Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith,
# Rocky, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor, # Rocky, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
# SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS, # SereneLinux, SharkLinux, Siduction, SkiffOS, Slackware, SliTaz, SmartOS,
# Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2, # Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel, # openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, # Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
...@@ -10292,6 +10292,22 @@ yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy ...@@ -10292,6 +10292,22 @@ yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
EOF EOF
;; ;;
"SkiffOS"*)
set_colors 4 7
read -rd '' ascii_data <<'EOF'
${c2}
,@@@@@@@@@@@w,_
${c2}====~~~,,.${c2}A@@@@@@@@@@@@@@@@@W,_
${c1}`||||||||||||||L{${c2}"@$@@@@@@@@B"
${c1}`|||||||||||||||||||||L{${c2}"$D
${c2}@@@@@@@@@@@@@@@@@@@@@${c1}_||||}==,
${c2}*@@@@@@@@@@@@@@@@@@@@@@@@@p${c1}||||==,
${c1}`'||LLL{{""${c2}@$B@@@@@@@@@@@@@@@p${c1}||
${c1}`~=|||||||||||L"${c2}$@@@@@@@@@@@
${c1}````'"""""""${c2}'""""""""
EOF
;;
"Solus"*) "Solus"*)
set_colors 4 7 1 set_colors 4 7 1
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment