Skip to content

Instantly share code, notes, and snippets.

@jose-almir
Last active March 9, 2024 04:55
Show Gist options
  • Save jose-almir/b2c3fa1d23e5ab2452b472a487da190d to your computer and use it in GitHub Desktop.
Save jose-almir/b2c3fa1d23e5ab2452b472a487da190d to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt update -y && apt-get upgrade -y
sudo apt install -y nginx
sudo apt install -y wget
sudo apt install -y unzip
sudo wget https://github.com/jose-almir/etib-2020/releases/download/v1.0/release-v1.0.zip -O temp.zip
sudo unzip temp.zip
sudo rm temp.zip
sudo mv ./SiteETIB/src/* /var/www/html
sudo rm -rf ./SiteETIB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment