Skip to content

Commit

Permalink
Added option to install jq
Browse files Browse the repository at this point in the history
Added option to install jq
  • Loading branch information
arevindh authored Jun 3, 2020
1 parent 3cdd107 commit da88b5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ if [ $EUID != 0 ]; then
exit $?
fi

sudo apt update

sudo apt install jq -y

whiptail --title "Pihole Speedtest Mod Updater" --msgbox "Pihole Speedtest Mod Updater. \nSupport : https://github.com/arevindh/pihole-speedtest " 8 78

if (whiptail --title "Pihole Speedtest Mod Updater" --yesno "Proceed to update ?" 8 78)
Expand Down

0 comments on commit da88b5a

Please sign in to comment.