Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edupo committed Feb 14, 2024
1 parent ed2fc0a commit 2f37f98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Home Setup Script

bash <(wget -qO- https://github.com/edupo/home-assistant/raw/2024.0.2/setup.sh)
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (c) <year> <copyright holders>
# Copyright (c) 2024 Eduardo Lezcano Alvarez

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -54,7 +54,7 @@ skip() {
msg "${Y}S" "${1}" "${2}"
}

info "version" "2024.0.0"
info "version" "2024.0.2"

################################################################################
# bash
Expand Down

0 comments on commit 2f37f98

Please sign in to comment.