Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
anjasamar committed Jun 26, 2024
1 parent 41ebb92 commit 647459b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions installer-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo "█ █ █ █ █ █ █ █ ███ █ █ █
echo "█ █ █ █ ██ █ █ █ █ █ █ ███ █ "
echo "█ █ █ █ █ █ ████ ███████ █ █ █ █ "
echo "██████ █ █ █ █ █ █ █ █ █ █ █████ █████"
echo "BY ATSi Corporation"
echo "Debian Version BY ATSi Corporation"
echo "=================================================================="
echo "Installation has been started... on 20 sec, Hold on!"
echo "This script automatically takes care of all the installation tasks"
Expand All @@ -61,16 +61,16 @@ sleep 20s
clear
clear
echo "${bggreen}${black}${bold}"
echo "OS check..."
echo "Operating System check..."
echo "${restart}"
sleep 10s


ID=$(grep -oP '(?<=^ID=).+' /etc/os-release | tr -d '"')
VERSION=$(grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"')
if [ "$ID" = "ubuntu" ]; then
if [ "$ID" = "debian" ]; then
case $VERSION in
20.04 | 22.04)
10 | 11 | 12)
break
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion installer-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo "█ █ █ █ █ █ █ █ ███ █ █ █
echo "█ █ █ █ ██ █ █ █ █ █ █ ███ █ "
echo "█ █ █ █ █ █ ████ ███████ █ █ █ █ "
echo "██████ █ █ █ █ █ █ █ █ █ █ █████ █████"
echo "BY ATSi Corporation"
echo "Ubuntu Version BY ATSi Corporation"
echo "=================================================================="
echo "Installation has been started... on 20 sec, Hold on!"
echo "This script automatically takes care of all the installation tasks"
Expand Down

0 comments on commit 647459b

Please sign in to comment.