Skip to content

Commit

Permalink
Utilized the shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah A committed Dec 25, 2022
1 parent 525b402 commit da6ba4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main-menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ do
read -p "Would you like to install or uninstall vkd3d proton [i=install u=uninstall]: " choice
if [[ $choice = "i" ]]
then
sh scripts/setup_vkd3d_proton.sh install
./scripts/setup_vkd3d_proton.sh install
echo ""
echo "Vdk3d proton installed!"
echo ""
elif [[ $choice = "u" ]]
then
sh scripts/setup_vkd3d_proton.sh uninstall
./scripts/setup_vkd3d_proton.sh uninstall
echo ""
echo "Vdk3d proton uninstalled!"
echo ""
Expand Down
2 changes: 1 addition & 1 deletion scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ if [ $vdk3d = "y" ]; then
echo "${bold}- Installing vdk3d proton...${reset}"
echo ""
sleep 1
sh scripts/setup_vkd3d_proton.sh install
./scripts/setup_vkd3d_proton.sh install
sleep 1
fi

Expand Down

0 comments on commit da6ba4b

Please sign in to comment.