mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
feat: add graphical user interface (#34)
This commit is contained in:
parent
c3ed45a21b
commit
4f2130bcce
43 changed files with 2939 additions and 971 deletions
|
@ -33,13 +33,13 @@ git config --local commit.template .gitmessage
|
|||
echo ""
|
||||
echo -e "${YELLOW}Installing project dependencies${ENDCOLOR}"
|
||||
echo ""
|
||||
poetry install --no-root -C /workspaces/forge/ansible
|
||||
poetry install --no-root -C /workspaces/forge/anvil
|
||||
|
||||
# Install ansible dependencies
|
||||
echo ""
|
||||
echo -e "${YELLOW}Installing ansible dependencies${ENDCOLOR}"
|
||||
echo ""
|
||||
ansible-galaxy collection install -r /workspaces/forge/ansible/collections/requirements.yml
|
||||
ansible-galaxy collection install --force -r /workspaces/forge/anvil/ansible/collections/requirements.yml
|
||||
|
||||
# Finish
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue