1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-24 06:03:26 +00:00
opus/sys/autorun/upgraded.lua
kepler155c@gmail.com 366ab1736b remove old startup
2019-04-24 20:32:38 -04:00

8 lines
358 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/etc/app.db') then fs.delete('sys/etc/app.db') end
if fs.exists('sys/extensions') then fs.delete('sys/extensions') end
if fs.exists('sys/network') then fs.delete('sys/network') end
if fs.exists('startup') then fs.delete('startup') end