mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 11:51:55 +00:00
Fix make target and escape sequence warnings
This commit is contained in:
@@ -75,7 +75,7 @@ def main():
|
||||
os.system("clear")
|
||||
|
||||
# Print banner
|
||||
print('''\033[1;32;40m \n
|
||||
print(r'''
|
||||
_ _ _____
|
||||
| \ | | _____ _|_ _|__ _ __
|
||||
| \| |/ _ \ \/ / | |/ _ \| '__|
|
||||
|
||||
@@ -140,10 +140,10 @@ CookieAuthentication 1
|
||||
return False
|
||||
|
||||
# ASCII Art
|
||||
print('''\033[1;32;40m \n
|
||||
* * _____
|
||||
| \ | | _____ *|* *|*_ *_*
|
||||
| \| |/ * \ \/ / | |/ * \| '__|
|
||||
print(r'''
|
||||
_ _ _____
|
||||
| \ | | _____ _|_ _|__ _ __
|
||||
| \| |/ _ \ \/ / | |/ _ \| '__|
|
||||
| |\ | __/> < | | (_) | |
|
||||
|_| \_|\___/_/\_\ |_|\___/|_|
|
||||
|
||||
|
||||
Vendored
-3
@@ -18,9 +18,6 @@ override_dh_auto_test:
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
# Create nextor wrapper script in /usr/bin
|
||||
$(MAKE) -B --directory=debian install-wrapper
|
||||
|
||||
install-wrapper:
|
||||
mkdir -p debian/nextor/usr/bin
|
||||
echo '#!/usr/bin/python3' > debian/nextor/usr/bin/nextor
|
||||
echo 'from Nex_Tor_IP_changer.NexTOR import main' >> debian/nextor/usr/bin/nextor
|
||||
|
||||
Reference in New Issue
Block a user