Add zip!!
This commit is contained in:
parent
6b3975176a
commit
060a3b25d8
4
setup.sh
4
setup.sh
@ -29,7 +29,7 @@ fi
|
|||||||
|
|
||||||
echo -e "\n`date` - Install Software"
|
echo -e "\n`date` - Install Software"
|
||||||
pkg install -y \
|
pkg install -y \
|
||||||
openssh tsu vim htop git cronie man \
|
openssh tsu vim htop git cronie man zip \
|
||||||
nmap traceroute wget \
|
nmap traceroute wget \
|
||||||
ffmpeg imagemagick \
|
ffmpeg imagemagick \
|
||||||
kotlin php nodejs python libllvm
|
kotlin php nodejs python libllvm
|
||||||
@ -64,7 +64,7 @@ ln -s ~/storage/shared/TRASH ~/TRASH
|
|||||||
if [[ -n $DIR && $DIR != "/" && -d .git ]]; then
|
if [[ -n $DIR && $DIR != "/" && -d .git ]]; then
|
||||||
echo "We are in a git clone, remove the project."
|
echo "We are in a git clone, remove the project."
|
||||||
cd ..
|
cd ..
|
||||||
mv -v $DIR ~/TRASH/termux-"`date +'%Y%m%d%H%M%S'`" |
|
mv -v $DIR ~/TRASH/termux-"`date +'%Y%m%d%H%M%S'`" |
|
||||||
grep -v '/.git/'
|
grep -v '/.git/'
|
||||||
else
|
else
|
||||||
echo "File was used individually, remove it."
|
echo "File was used individually, remove it."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user