Add /var/lieb/docker binding and move development.sh to the correct path
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 10s
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 10s
This commit is contained in:
parent
fe824b08ca
commit
72ca6ddab3
@ -50,3 +50,8 @@ sudo usermod -aG docker user
|
||||
|
||||
# Change the GPG Domain name appropriately
|
||||
echo 'QUBES_GPG_DOMAIN=sys-gpg' | sudo tee -a /etc/environment
|
||||
|
||||
umask 022
|
||||
|
||||
sudo mkdir -p /etc/qubes-bind-dirs.d
|
||||
echo 'binds+=( '\'''/var/lib/docker''\'' )' | sudo tee /etc/qubes-bind-dirs.d/50_user.conf
|
Loading…
x
Reference in New Issue
Block a user