├── .gitattributes ├── 1.Setup.sh ├── 2.Apps-to-Install.sh ├── 3.SystemUpdateUpgrade.sh ├── LICENSE ├── README.md └── images ├── GNU-Logo.png └── GPLv3-Logo.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mryujitanaka/Ubuntu-Post-Install-Script/HEAD/.gitattributes -------------------------------------------------------------------------------- /1.Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mryujitanaka/Ubuntu-Post-Install-Script/HEAD/1.Setup.sh -------------------------------------------------------------------------------- /2.Apps-to-Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mryujitanaka/Ubuntu-Post-Install-Script/HEAD/2.Apps-to-Install.sh -------------------------------------------------------------------------------- /3.SystemUpdateUpgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mryujitanaka/Ubuntu-Post-Install-Script/HEAD/3.SystemUpdateUpgrade.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mryujitanaka/Ubuntu-Post-Install-Script/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mryujitanaka/Ubuntu-Post-Install-Script/HEAD/README.md -------------------------------------------------------------------------------- /images/GNU-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mryujitanaka/Ubuntu-Post-Install-Script/HEAD/images/GNU-Logo.png -------------------------------------------------------------------------------- /images/GPLv3-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mryujitanaka/Ubuntu-Post-Install-Script/HEAD/images/GPLv3-Logo.png --------------------------------------------------------------------------------