fixed and working

This commit is contained in:
Pardesi_Cat 2023-06-04 13:34:30 +05:30
parent 15ede8289e
commit 52cc10160e
Signed by: pardesicat
GPG Key ID: 331A25436287A3CF
1 changed files with 2 additions and 4 deletions

View File

@ -3,12 +3,11 @@
APT="/usr/bin/apt"
cat catboii
sleep 5
if [[ -v "$APT" ]] ; then
if [ -f "$APT" ] ; then
echo -e "your on debian type system with apt"
echo -e "starting"
@ -18,7 +17,6 @@ echo "| |"
echo " Namaste : $(whoami) "
echo "| |"
echo "--------------------------------------------------"
sleep 2
echo "--------------------------------------------------"
@ -42,7 +40,7 @@ sleep 2
echo -e "\e[1;32m Step 1: Updating packages \e[0m"
sudo apt update
sudo apt update -y
echo