Skip to content

Commit

Permalink
Initialize ID and ID_LIKE vars
Browse files Browse the repository at this point in the history
  • Loading branch information
shvchk committed Dec 15, 2021
1 parent 87e4e22 commit 3e3992e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ echo "Boot mode: ${BOOT_MODE}"

if [[ -e /etc/os-release ]]; then

ID=""
ID_LIKE=""
source /etc/os-release

if [[ "$ID" =~ (debian|ubuntu|solus) || \
Expand Down

0 comments on commit 3e3992e

Please sign in to comment.