Last active
February 25, 2020 23:42
-
-
Save wtrocki/cad89e239b70d90b25a0aefc1c56b250 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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