Skip to content

Commit 87aaedc

Browse files
committed
refactor: Remove NextDNS installation function
1 parent 813e468 commit 87aaedc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

applications.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ install_tailscale() {
2424
mas install 1475387142
2525
}
2626

27-
# Function to install NextDNS
28-
install_nextdns() {
29-
mas install 1464122853
30-
}
31-
3227
# Function to install the interactive rebase tool for Git
3328
install_interactive_rebase_tool() {
3429
brew install git-interactive-rebase-tool
@@ -61,11 +56,6 @@ if [[ $ANSWER = "y" ]]; then
6156
install_tailscale
6257
fi
6358

64-
read -p "Install NextDNS? [y/N] " ANSWER
65-
if [[ $ANSWER = "y" ]]; then
66-
install_nextdns
67-
fi
68-
6959
read -p "Install interactive rebase tool? [y/N] " ANSWER
7060
if [[ $ANSWER = "y" ]]; then
7161
install_interactive_rebase_tool

0 commit comments

Comments
 (0)