Try:
sudo apt-get install zip -y
zip -r folder.zip folder
The -r
flag will tell it to be recursive, which may be needed for a directory.
Try:
sudo apt-get install zip -y
zip -r folder.zip folder
The -r
flag will tell it to be recursive, which may be needed for a directory.