Update project
This commit is contained in:
parent
57e75a88ec
commit
3004a167c8
@ -5,7 +5,7 @@ cd "$(dirname "$0")"
|
|||||||
|
|
||||||
. ./base.sh
|
. ./base.sh
|
||||||
|
|
||||||
bash -c "./stub_profile.sh --lxd-hostname=$BASE_IMAGE_VM_NAME"
|
bash -c "./stub_profile.sh --incus-hostname=$BASE_IMAGE_VM_NAME"
|
||||||
|
|
||||||
if incus list -q --project default | grep -q "$BASE_IMAGE_VM_NAME" ; then
|
if incus list -q --project default | grep -q "$BASE_IMAGE_VM_NAME" ; then
|
||||||
incus delete -f "$BASE_IMAGE_VM_NAME" --project default
|
incus delete -f "$BASE_IMAGE_VM_NAME" --project default
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 4a16abdf10e68b25cd846c7f6ceeb0055fbfb3d9
|
Subproject commit 52239974d4c339c34e553e2aff6678456194682c
|
@ -23,12 +23,12 @@ sudo bash -c "$HOME/sovereign-stack/install_incus.sh"
|
|||||||
|
|
||||||
sudo incus admin init --minimal
|
sudo incus admin init --minimal
|
||||||
|
|
||||||
# add groups for docker and lxd
|
# add docker group
|
||||||
if ! grep -q "^docker:" /etc/group; then
|
if ! grep -q "^docker:" /etc/group; then
|
||||||
sudo groupadd docker
|
sudo groupadd docker
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# add groups for docker and lxd
|
# add incus-admin group
|
||||||
if ! grep -q "^incus-admin:" /etc/group; then
|
if ! grep -q "^incus-admin:" /etc/group; then
|
||||||
sudo groupadd incus-admin
|
sudo groupadd incus-admin
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user