mirror of
https://github.com/MercuryWorkshop/anuraOS.git
synced 2025-09-06 20:40:19 +00:00
update submodules and get rid of twisp
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -7,9 +7,6 @@
|
||||
[submodule "dreamlandjs"]
|
||||
path = dreamlandjs
|
||||
url = https://github.com/mercuryworkshop/dreamlandjs
|
||||
[submodule "x86_image_wizard/twisp"]
|
||||
path = x86_image_wizard/twisp
|
||||
url = https://github.com/MercuryWorkshop/twisp.git
|
||||
[submodule "chimerix"]
|
||||
path = chimerix
|
||||
url = https://github.com/MercuryWorkshop/chimerix.git
|
||||
|
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ hooks: FORCE
|
||||
chmod +x .git/hooks/pre-commit
|
||||
|
||||
submodules: .gitmodules
|
||||
git submodule update
|
||||
# git submodule update
|
||||
|
||||
# Each dependency should have a similar structure to the following:
|
||||
# build/libs/<libname>/<bundle>.min.js
|
||||
|
Submodule dreamlandjs updated: 108d3033da...53cf82e5d2
@@ -1,13 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -veu
|
||||
|
||||
if [ -w /var/run/docker.sock ]
|
||||
then
|
||||
echo true
|
||||
else
|
||||
echo "You aren't in the docker group, please run usermod -a -G docker $USER && newgrp docker"
|
||||
exit 2
|
||||
fi
|
||||
# good for debugging
|
||||
pause() {
|
||||
while read -r -t 0.001; do :; done
|
||||
|
Submodule x86_image_wizard/epoxy updated: 23b96c2073...d6c095fe7b
Submodule x86_image_wizard/twisp deleted from ae6e6527d7
@@ -1,5 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -w /var/run/docker.sock ]
|
||||
then
|
||||
true
|
||||
else
|
||||
echo "You aren't in the docker group, please run usermod -a -G docker $USER && newgrp docker"
|
||||
exit 2
|
||||
fi
|
||||
|
||||
build_alpine() {
|
||||
cd alpine
|
||||
sh build-alpine-bin.sh
|
||||
|
Reference in New Issue
Block a user