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")
|
os.system("clear")
|
||||||
|
|
||||||
# Print banner
|
# Print banner
|
||||||
print('''\033[1;32;40m \n
|
print(r'''
|
||||||
_ _ _____
|
_ _ _____
|
||||||
| \ | | _____ _|_ _|__ _ __
|
| \ | | _____ _|_ _|__ _ __
|
||||||
| \| |/ _ \ \/ / | |/ _ \| '__|
|
| \| |/ _ \ \/ / | |/ _ \| '__|
|
||||||
|
|||||||
@@ -140,10 +140,10 @@ CookieAuthentication 1
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
# ASCII Art
|
# ASCII Art
|
||||||
print('''\033[1;32;40m \n
|
print(r'''
|
||||||
* * _____
|
_ _ _____
|
||||||
| \ | | _____ *|* *|*_ *_*
|
| \ | | _____ _|_ _|__ _ __
|
||||||
| \| |/ * \ \/ / | |/ * \| '__|
|
| \| |/ _ \ \/ / | |/ _ \| '__|
|
||||||
| |\ | __/> < | | (_) | |
|
| |\ | __/> < | | (_) | |
|
||||||
|_| \_|\___/_/\_\ |_|\___/|_|
|
|_| \_|\___/_/\_\ |_|\___/|_|
|
||||||
|
|
||||||
|
|||||||
Vendored
-3
@@ -18,9 +18,6 @@ override_dh_auto_test:
|
|||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install
|
dh_auto_install
|
||||||
# Create nextor wrapper script in /usr/bin
|
# Create nextor wrapper script in /usr/bin
|
||||||
$(MAKE) -B --directory=debian install-wrapper
|
|
||||||
|
|
||||||
install-wrapper:
|
|
||||||
mkdir -p debian/nextor/usr/bin
|
mkdir -p debian/nextor/usr/bin
|
||||||
echo '#!/usr/bin/python3' > debian/nextor/usr/bin/nextor
|
echo '#!/usr/bin/python3' > debian/nextor/usr/bin/nextor
|
||||||
echo 'from Nex_Tor_IP_changer.NexTOR import main' >> 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