first commit
This commit is contained in:
17
debian/download-debian-essentials.sh
vendored
Executable file
17
debian/download-debian-essentials.sh
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -d /home/akanealw ]]
|
||||
then
|
||||
rm /home/akanealw/scripts/debian-essentials* > /dev/null 2>&1
|
||||
rm /root/scripts/debian-essentials* > /dev/null 2>&1
|
||||
mkdir /home/akanealw/scripts > /dev/null 2>&1
|
||||
wget -qO /home/akanealw/scripts/debian-essentials.sh https://aknlw.com/debian-essentials
|
||||
chmod +x /home/akanealw/scripts/debian-essentials.sh
|
||||
sudo /home/akanealw/scripts/debian-essentials.sh
|
||||
else
|
||||
rm /root/scripts/debian-essentials* > /dev/null 2>&1
|
||||
mkdir /root/scripts > /dev/null 2>&1
|
||||
wget -qO /root/scripts/debian-essentials.sh https://aknlw.com/debian-essentials
|
||||
chmod +x /root/scripts/debian-essentials.sh
|
||||
/root/scripts/debian-essentials.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user