1765942009
This commit is contained in:
@@ -96,11 +96,9 @@ if [ ! -z "$1" ]; then
|
|||||||
## oniux
|
## oniux
|
||||||
echo -e "\nINSTALLIN TOR ONIUX\n"
|
echo -e "\nINSTALLIN TOR ONIUX\n"
|
||||||
if [ -f /usr/local/bin/oniux ]; then
|
if [ -f /usr/local/bin/oniux ]; then
|
||||||
echo -e "\nexisting oniux found, deleting and rebuilding\n"
|
echo -e "\nexisting oniux found, skipping\n"
|
||||||
sudo rm -f /usr/local/bin/oniux
|
|
||||||
else
|
else
|
||||||
echo -e "\nexisting oniux not found, skipping delete\n"
|
echo -e "\nexisting oniux not found, installing\n"
|
||||||
fi
|
|
||||||
### from main
|
### from main
|
||||||
echo -e "\ndownloadin oniux code from main branch\n"
|
echo -e "\ndownloadin oniux code from main branch\n"
|
||||||
##### niec fast downdoot
|
##### niec fast downdoot
|
||||||
@@ -114,6 +112,8 @@ if [ ! -z "$1" ]; then
|
|||||||
# cleanup
|
# cleanup
|
||||||
echo -e "\ncleanan upps\n"
|
echo -e "\ncleanan upps\n"
|
||||||
sudo apt autoremove -y
|
sudo apt autoremove -y
|
||||||
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
echo -e "\nskipping package install\n"
|
echo -e "\nskipping package install\n"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user