Update dotfiles/.local/bin/quickstart
This commit is contained in:
parent
5ee6bc7cd1
commit
c1903085c8
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ if [ -f ~/.config/autostart/first-boot.desktop ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if type qvm-run &> /dev/null; then
|
if type qvm-run &> /dev/null; then
|
||||||
qvm-create --label red --template debian-11 provision &> /dev/null || EXIT_CODE=$?
|
mkdir -p "$HOME/.local"
|
||||||
qvm-run --pass-io provision "mkdir -p ~/.local && curl -sSL https://install.doctor/qubes" > "$HOME/.local/setup.sh" && bash "$HOME/.local/setup.sh"
|
qvm-run --pass-io sys-firewall 'curl -sSL https://install.doctor/qubes' > "$HOME/.local/setup.sh" && bash "$HOME/.local/setup.sh"
|
||||||
elif [ -d '/Applications' ] && [ -d '/Users' ] && [ -d '/Library' ]; then
|
elif [ -d '/Applications' ] && [ -d '/Users' ] && [ -d '/Library' ]; then
|
||||||
mkdir -p "$HOME/.local"
|
mkdir -p "$HOME/.local"
|
||||||
curl -sSL https://install.doctor/quickstart > "$HOME/.local/setup.sh" && bash "$HOME/.local/setup.sh"
|
curl -sSL https://install.doctor/quickstart > "$HOME/.local/setup.sh" && bash "$HOME/.local/setup.sh"
|
||||||
|
|
Loading…
Reference in a new issue