1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-23 19:57:39 +00:00

use mounts for web apps

This commit is contained in:
kepler155c@gmail.com
2019-01-20 01:28:23 -05:00
parent db832025c9
commit 8c794d9107
3 changed files with 6 additions and 31 deletions

3
sys/autorun/apps.lua Normal file
View File

@@ -0,0 +1,3 @@
fs.mount('sys/apps/pain.lua', 'urlfs', 'http://pastebin.com/raw/wJQ7jav0')
fs.mount('sys/apps/update.lua', 'urlfs', 'http://pastebin.com/raw/UzGHLbNC')
fs.mount('sys/apps/Enchat.lua', 'urlfs', 'https://raw.githubusercontent.com/LDDestroier/enchat/master/enchat3.lua')