install.sh aktualisiert
This commit is contained in:
		| @@ -1,8 +1,8 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
| echo checking if Zip is installed | echo checking if Zip is installed | ||||||
| apt-get install zip -y | apt-get install zip -y | ||||||
| yum install zip -y | #yum install zip -y | ||||||
| apk add zip | #apk add zip | ||||||
| cd /opt/ | cd /opt/ | ||||||
| echo "#!/bin/bash" > zip_folder_daily.sh | echo "#!/bin/bash" > zip_folder_daily.sh | ||||||
| echo "#Enter the directory to be zipped (e.g., /path/to/folder)" >> zip_folder_daily.sh | echo "#Enter the directory to be zipped (e.g., /path/to/folder)" >> zip_folder_daily.sh | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user