mirror of
				https://github.com/LDDestroier/CC/
				synced 2025-10-31 15:32:59 +00:00 
			
		
		
		
	Update BlahOS-Install.lua
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| local tArg = {...} | local tArg = {...} | ||||||
| local outputPath, file = tArg[1] and fs.combine(shell.dir(), tArg[1]) or / | local outputPath, file = tArg[1] and fs.combine(shell.dir(), tArg[1]) or "/" | ||||||
| local safeColorList = {[colors.white] = true,[colors.lightGray] = true,[colors.gray] = true,[colors.black] = true} | local safeColorList = {[colors.white] = true,[colors.lightGray] = true,[colors.gray] = true,[colors.black] = true} | ||||||
| local stc = function(color) if (term.isColor() or safeColorList[color]) then term.setTextColor(color) end end | local stc = function(color) if (term.isColor() or safeColorList[color]) then term.setTextColor(color) end end | ||||||
| local archive = textutils.unserialize("{\ | local archive = textutils.unserialize("{\ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 LDDestroier
					LDDestroier