update submodules and get rid of twisp

This commit is contained in:
Percs
2024-09-07 10:54:31 -05:00
parent 8ba187434e
commit 8c4f5872f8
7 changed files with 11 additions and 14 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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