Fixed curl install

This commit is contained in:
soumyaDghosh 2023-04-01 22:28:14 +05:30 committed by Rafael Mardojai CM
parent cb871e5055
commit 6f7cdf030a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ THEME="DEFAULT"
# Get options. # Get options.
while getopts 'f:p:t' flag; do while getopts 'f:p:t:' flag; do
case "${flag}" in case "${flag}" in
f) FIREFOXFOLDER="${OPTARG}" ;; f) FIREFOXFOLDER="${OPTARG}" ;;
p) PROFILENAME="${OPTARG}" ;; p) PROFILENAME="${OPTARG}" ;;