Sfoglia il codice sorgente

Fix seasocks build

master
Ray Burgemeestre 2 anni fa
parent
commit
c7378f04c2
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. +3
    -2
      seasocks/Makefile

+ 3
- 2
seasocks/Makefile Vedi File

@@ -12,7 +12,8 @@ ubuntu2004:
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions

ubuntu2204:
git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3
# git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.4
git clone https://github.com/rayburgemeestre/seasocks --branch master
bash ../ubuntu2204.sh make impl
make package-ubuntu2204
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions
@@ -52,4 +53,4 @@ clean:
rm -rf out

shell:
FLAGS="-i --privileged" bash ../ubuntu1804.sh /bin/bash
FLAGS="-i --privileged" bash ../ubuntu2204.sh /bin/bash

Loading…
Annulla
Salva