Skip to content

Instantly share code, notes, and snippets.

View pjgpetecodes's full-sized avatar
💭
Making cool stuff!

Peter Gallagher pjgpetecodes

💭
Making cool stuff!
View GitHub Profile
@pjgpetecodes
pjgpetecodes / install.sh
Created November 6, 2021 10:20
Raspberry Pi .NET 6 Install Script
#!/bin/bash
echo -e "\e[1m----------------------------------------"
echo -e "\e[1m .NET 6 Installer"
echo -e "\e[1m----------------------------------------"
echo ""
echo -e "\e[1mPete Codes / PJG Creations 2021"
echo ""
echo -e "Latest update 05/11/2021"
echo ""
@pjgpetecodes
pjgpetecodes / install.sh
Created October 1, 2022 17:23
Install .NET 7 on a Raspberry Pi
#!/bin/bash
echo -e "\e[1m----------------------------------------"
echo -e "\e[1m .NET 7 Installer"
echo -e "\e[1m----------------------------------------"
echo ""
echo -e "\e[1mPete Codes / PJG Creations 2021"
echo ""
echo -e "Latest update 01/10/2022"
echo ""
@pjgpetecodes
pjgpetecodes / gist:525d6a71fa51f4f7e41504b6aa1068a5
Created October 8, 2023 19:20
.NET 8 Raspberry Pi Install
#!/bin/bash
echo -e "\e[1m----------------------------------------"
echo -e "\e[1m .NET Installer"
echo -e "\e[1m----------------------------------------"
echo ""
echo -e "\e[1mPete Codes / PJG Creations 2023"
echo ""
echo -e "Latest update 08/10/2023"
echo ""