Browse Source

Fix seasocks build

master
Ray Burgemeestre 2 years ago
parent
commit
c7378f04c2
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      seasocks/Makefile

+ 3
- 2
seasocks/Makefile View File

bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions


ubuntu2204: 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 bash ../ubuntu2204.sh make impl
make package-ubuntu2204 make package-ubuntu2204
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions
rm -rf out rm -rf out


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

Loading…
Cancel
Save