dirkpetersen / froster

Froster is a user-friendly archiving tool for teams that move data between Posix file systems and S3 like object storage systems such as AWS Glacier
Apache License 2.0
17 stars 1 forks source link

Add small github Actions workflow that checks if froster can be installed in latest Ubuntu release #16

Closed victormachadoperez closed 8 months ago

victormachadoperez commented 8 months ago

This github actions workflow:

  1. Sets up the latest Ubuntu LTS release.
  2. Checks if curl, python3 and pip are installed.
  3. Installs froster using the readme command: curl -s https://raw.githubusercontent.com/dirkpetersen/froster/main/install.sh | bash
  4. Checks if froster install.sh script finished without errors.