mirror of
https://github.com/kepler155c/opus
synced 2025-01-07 06:10:27 +00:00
4 lines
183 B
Lua
4 lines
183 B
Lua
if fs.exists('sys/apps/shell') and fs.exists('sys/apps/shell.lua') then
|
|
fs.delete('sys/apps/shell')
|
|
end
|
|
if fs.exists('sys/autorun/gps.lua') then fs.delete('sys/autorun/gps.lua') end |