1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-20 18:21:34 -05:00

Enable docker & add packages

This commit is contained in:
Tommy 2025-02-09 20:15:46 -07:00
parent 70b097d5e7
commit cbcdae0e92
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -43,8 +43,9 @@ gpgkey=https://rpm.packages.shiftkey.dev/gpg.key' | sudo tee /etc/yum.repos.d/sh
sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install -y code docker-ce docker-compose-plugin github-desktop sudo dnf install -y butane code docker-ce docker-compose-plugin git github-desktop
sudo systemctl enable --now docker
sudo usermod -aG docker user sudo usermod -aG docker user
# Change the GPG Domain name appropriately # Change the GPG Domain name appropriately