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
#!/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 "" |
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
#!/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 "" |
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
#!/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 "" |
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
#!/bin/bash | |
echo -e "\e[1m----------------------------------------" | |
echo -e "\e[1m .NET Installer" | |
echo -e "\e[1m----------------------------------------" | |
echo "" | |
echo -e "\e[1mPete Codes / PJG Creations 2021" | |
echo "" | |
echo -e "Latest update 04/01/2021" | |
echo "" |
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
#!/bin/bash | |
echo -e "\e[1m----------------------------------------" | |
echo -e "\e[1m Dot Net 5 Installer" | |
echo -e "\e[1m----------------------------------------" | |
echo "" | |
echo -e "\e[1mPete Codes / PJG Creations 2020" | |
echo "" | |
echo -e "Latest update 11/11/2020" | |
echo "" |
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
#!/bin/bash | |
echo -e "\e[1m----------------------------------------" | |
echo -e "\e[1m Dot Net Core Installer" | |
echo -e "\e[1m----------------------------------------" | |
echo "" | |
echo -e "\e[1mPete Codes / PJG Creations 2020" | |
echo "" | |
echo -e "Latest update 30/04/2020" | |
echo "" |
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
This is a fork of Shawty's original instructions simply updated to use the release version of Dot Net Core. | |
First things first, make sure your Raspberry PI has the latest updates for Raspbian on by running | |
sudo apt-get -y update | |
sudo apt-get -y upgrade | |
Also make sure that your running this on a version 2 raspberry PI or higher (I tested this on a Quad Core V3 B+, and a V2 PI Zero) | |
This will NOT WORK on any PI model that's older, I tried it on an original V1 and to say it wasn't happy, was an understatement :-) |
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
; | |
; ----------------------------------------------------------------------------------- | |
; | | | |
; | Program: SAM Coupe Sprites Tutorial 1 - Part 0 | | |
; | Filename: Sprites0.asm | | |
; | Version: 1.0 | | |
; | Date: 12/10/2017 | | |
; | Author: Pete Gallagher - PJG Creations Ltd | | |
; | | | |
; ----------------------------------------------------------------------------------- |
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
; | |
; ----------------------------------------------------------------------------------- | |
; | | | |
; | Program: SAM Coupe Sprites Tutorial 3 | | |
; | Filename: Sprites3.asm | | |
; | Version: 1.1 | | |
; | Date: 12/10/2017 | | |
; | Author: Pete Gallagher - PJG Creations Ltd | | |
; | | | |
; ----------------------------------------------------------------------------------- |
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
; | |
; ----------------------------------------------------------------------------------- | |
; | | | |
; | Program: SAM Coupe Sprites Tutorial 2 | | |
; | Filename: Sprites2.asm | | |
; | Version: 1.0 | | |
; | Date: 12/10/2017 | | |
; | Author: Pete Gallagher - PJG Creations Ltd | | |
; | | | |
; ----------------------------------------------------------------------------------- |
NewerOlder