Skip to content

Instantly share code, notes, and snippets.

View pascalnaber's full-sized avatar

Pascal Naber pascalnaber

View GitHub Profile
@pascalnaber
pascalnaber / dev-resources.sh
Last active March 31, 2020 20:18
azure cli sample
KEYVAULT_NAME=donovankv
RESOURCEGROUP=donovan
MY_SECRET_VALUE=donovan
FUNCTIONAPP_STORAGEACCOUNT_NAME=donovanstore
LOCATION=westeurope
FUNCTIONAPP_NAME=donovanfa
. ./resources.sh
#!/bin/sh
# Install Build Tools
sudo /bin/date +%H:%M:%S > /home/$5/install.progress.txt
echo "ooooo FULL INSTALL ooooo" >> /home/$5/install.progress.txt
echo "Installing build-essential package" >> /home/$5/install.progress.txt
sudo apt-get -y install build-essential
sudo /bin/date +%H:%M:%S >> /home/$5/install.progress.txt