gosora/install-linux

13 lines
186 B
Plaintext

echo "Installing the dependencies"
go get
echo "Building the installer"
cd ./install
go generate
go build -o Installer
mv ./Installer ..
cd ..
echo "Running the installer"
./Installer