1
0
mirror of https://github.com/kepler155c/opus synced 2025-01-08 06:40:27 +00:00
opus/sys/autorun/upgraded.lua

4 lines
183 B
Lua
Raw Normal View History

2019-02-12 22:03:50 +00:00
if fs.exists('sys/apps/shell') and fs.exists('sys/apps/shell.lua') then
fs.delete('sys/apps/shell')
end
2019-02-23 12:27:35 +00:00
if fs.exists('sys/autorun/gps.lua') then fs.delete('sys/autorun/gps.lua') end