Skip to content

Commit

Permalink
🐛 update(src): Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smb-h committed Feb 13, 2023
1 parent fee4ca1 commit 23cc5e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Empty file modified dnsmod.py
100644 → 100755
Empty file.
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ curl -sfL "https://github.com/$repo/releases/download/$tag_name/dnsmod.py" --out
# Copy
echo "Installing ..."
mv dnsmod.py "$install_path"
echo "Done! ;)"

# Permission
echo "Making script executable ..."
chmod +x "$install_path"
echo "done"

echo "DNSMod installed successfully!"
dnsmod help
dnsmod -h

0 comments on commit 23cc5e2

Please sign in to comment.