From 3c0811738c326b942c9bf883878930e5f574c882 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:29:15 +0330 Subject: [PATCH] shebang --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 84baee3..9870085 100644 --- a/install.sh +++ b/install.sh @@ -1,3 +1,5 @@ +#!/bin/bash + check_os_version() { local os_name os_version @@ -10,7 +12,6 @@ check_os_version() { fi if ! command -v bc &> /dev/null; then - echo "The 'bc' command is required but not installed. Installing..." apt update && apt install -y bc fi