Skip to content

Instantly share code, notes, and snippets.

@wtrocki
Last active February 25, 2020 23:42
Show Gist options
  • Save wtrocki/cad89e239b70d90b25a0aefc1c56b250 to your computer and use it in GitHub Desktop.
Save wtrocki/cad89e239b70d90b25a0aefc1c56b250 to your computer and use it in GitHub Desktop.
echo "Installing required software on root account"
wget https://go.microsoft.com/fwlink/?LinkID=760867
rpm -i code-1.42.1-1581433057.el7.x86_64.rpm
sudo dnf install nodejs
dnf install git
npm install -g yarn
echo "Preconfigure workshop"
mkdir ~/Workshop
cd ~/Workshop
git clone https://github.com/aerogear/ionic-showcase/
cd ionic-showcase
yarn
echo "Finished Installing required software"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment