get sudo priviledge

This commit is contained in:
0xOzgur 2024-05-26 15:46:13 +03:00
parent d8ea7cc18e
commit e8979dca8d

View File

@ -1,5 +1,8 @@
#!/bin/bash -i
# Ask for the sudo password upfront
sudo -v
cd ~
# Step 0: Welcome
echo "This script is made with ❤️ by 0xOzgur.eth"