Skip to content

Commit

Permalink
chore: update watkins release to 2.94.0 (#41)
Browse files Browse the repository at this point in the history
* new dashboard UI
* new Daytona logo in the script

Signed-off-by: Zoran Zorica <zoran.zorica@gmail.com>
  • Loading branch information
zzorica authored Apr 19, 2024
1 parent 5e5c18b commit 157b842
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,28 @@ INFO="\033[1;36mℹ\033[0m"
K3S_VERSION="v1.28.5+k3s1"
LONGHORN_VERSION="1.5.3"
INGRESS_NGINX_VERSION="4.8.3"
WATKINS_VERSION="2.91.2"
TEMPLATE_INDEX_URL="https://raw.githubusercontent.com/daytonaio/samples-index/main/index.json"
WATKINS_VERSION="2.94.0"
TEMPLATE_INDEX_URL="https://raw.githubusercontent.com/daytonaio-templates/index/main/templates.json"

display_logo() {
echo -e "\n"
echo -e " ██╗ ██╗ ██╗ "
echo -e " ██╔╝████████╗"
echo -e " ██╔╝ ╚██╔═██╔╝"
echo -e " ██╔╝ ████████╗"
echo -e "██╔╝ ╚██╔═██╔╝"
echo -e "╚═╝ ╚═╝ ╚═╝ "
echo -e " -#####= "
echo -e " -######- "
echo -e " +###= -######: "
echo -e " ####* -#####%-............. "
echo -e " ####*######:=##############- "
echo -e " ####* =%#- =##############- "
echo -e " :*%= ####* ....:*#:...... "
echo -e "=####%==+++- +####*. "
echo -e " :*####%= =%####+. "
echo -e " .*####%= =%####+. "
echo -e " .*###*. .####-=%####*."
echo -e " :::::=%+::::: . .####: =%##%-"
echo -e " ############# .*#%-.####: "
echo -e " %%%%%%%%%%%%%.*####%=####: "
echo -e " .*####%= .####: "
echo -e " .*####%= .####: "
echo -e " +%##%= ****: "
echo -e "\n"
}

Expand Down

0 comments on commit 157b842

Please sign in to comment.