Skip to content

Commit

Permalink
add groupadd
Browse files Browse the repository at this point in the history
  • Loading branch information
chuyang-wang-dev committed Jan 18, 2025
1 parent 4ca1736 commit 8fdb11f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ clean:
rm -rf isolate

install-isolate:
sudo $(PACKAGE_MGR_INSTALL) libsystemd-dev
sudo $(PACKAGE_MGR_INSTALL) libcap-dev libsystemd-dev
sudo groupadd $(CMS_USER_GROUP) || true
git clone https://github.com/ioi/isolate.git
cd isolate && make isolate
cd isolate && sudo cp ./isolate $(USR_ROOT)/bin/isolate
Expand All @@ -31,7 +32,7 @@ install-isolate:

python-apt-deps:
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update || true
sudo apt-get update
sudo $(PACKAGE_MGR_INSTALL) $(PYTHON_BIN) $(PYTHON_BIN)-dev $(PYTHON_BIN)-venv \
python3-pip

Expand Down

0 comments on commit 8fdb11f

Please sign in to comment.