Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCs1 authored Mar 26, 2023
1 parent b8824a1 commit 4fcb3b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if [ $1 == "-HELP" ] || [ $1 == "-help" ]; then
echo " WAITER ONLY "
echo " -ALL: start all process (may take long time)"
echo "This Installation use: Hibiki Duwuca as default OS"

elif [ $1 == "-FOLDER" ] || [ $1 == "-folder" ]; then
if [ -x ".tmpdrv" ]; then
echo "Target drive found, removing..."
Expand All @@ -32,7 +31,6 @@ elif [ $1 == "-FOLDER" ] || [ $1 == "-folder" ]; then
fi
echo "Will use $2 as default folder..."
echo $2 > .tmpfol

elif [ $1 == "-DRIVE" ] || [ $1 == "-drive" ]; then
if [ -x ".tmpfol" ]; then
echo "Target folder found, removing..."
Expand All @@ -56,8 +54,7 @@ elif [ $1 == "-PART" ] || [ $1 == "-part" ]; then
echo "Running script..."
time sh ./part/part$2.sh $line
done < $filename
fi

fi
elif [ $1 == "-ALL" ] || [ $1 == "-all" ]; then
if [ -x ".tmpfol" ]; then
filename='.tmpfol'
Expand All @@ -72,7 +69,6 @@ elif [ $1 == "-ALL" ] || [ $1 == "-all" ]; then
time sh ./part/part6.sh $line
done < $filename
fi

elif [ $1 == "-PREPARE" ] || [ $1 == "-prepare" ]; then
if [ -x ".tmpfol" ]; then
filename='.tmpfol'
Expand All @@ -91,7 +87,6 @@ elif [ $1 == "-PREPARE" ] || [ $1 == "-prepare" ]; then
fi
done < $filename
fi

elif [ $1 == "-CLEAN" ] || [ $1 == "-clean" ]; then
if [ -x ".tmpfol" ]; then
echo "Cleaning Initrd..."
Expand Down

0 comments on commit 4fcb3b2

Please sign in to comment.