Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit efedad7

Browse files
committed
install remote, cli as packages
1 parent 1a0beaf commit efedad7

4 files changed

Lines changed: 0 additions & 12 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "src/libunicornpkg"]
22
path = src/libunicornpkg
33
url = https://github.com/unicornpkg/libunicornpkg
4-
[submodule "src/cli"]
5-
path = src/cli
6-
url = https://github.com/unicornpkg/cli

build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ cp -r "$STATIC_DIR/"* "$COMPUTER_DIR/env"
2525

2626
cp -r "$LIBUNICORNPKG_DIR/unicorn" "$COMPUTER_DIR/env/lib"
2727

28-
# TODO: Use packages and libunicornpkg to install the CLI
29-
cp "$CLI_DIR/hoof/init.lua" "$COMPUTER_DIR/env/bin/hoof.lua"
30-
cp "$CLI_DIR/unicorntool/init.lua" "$COMPUTER_DIR/env/bin/unicorntool.lua"
31-
32-
# cp "$CLI_DIR/hoof/help.txt" "$COMPUTER_DIR/env/usr/share/help/hoof.txt"
33-
# cp "$CLI_DIR/unicorntool/help.txt" "$COMPUTER_DIR/env/usr/share/help/unicorntool.txt"
34-
3528
cp -r "$SOURCE_DIR" "$COMPUTER_DIR/source"
3629

3730
craftos --directory "$DATA_DIR" --headless --exec "shell.run('sfx.lua env install.lua.sfx'); shell.run('install.lua.sfx test') os.shutdown()"

src/cli

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/static/etc/unicorn/remotes/90_main.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)