chore: install 1password
This commit is contained in:
parent
4049c5e424
commit
d64c473e0a
1 changed files with 14 additions and 1 deletions
15
build.sh
15
build.sh
|
@ -17,10 +17,24 @@ curl -Lo /etc/yum.repos.d/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo https
|
||||||
curl -Lo /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo
|
curl -Lo /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo
|
||||||
|
|
||||||
curl -Lo /etc/yum.repos.d/_copr_babariviere-tools-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/babariviere/tools/repo/fedora-"${FEDORA_MAJOR_VERSION}"/babariviere-tools-fedora-"${FEDORA_MAJOR_VERSION}".repo
|
curl -Lo /etc/yum.repos.d/_copr_babariviere-tools-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/babariviere/tools/repo/fedora-"${FEDORA_MAJOR_VERSION}"/babariviere-tools-fedora-"${FEDORA_MAJOR_VERSION}".repo
|
||||||
|
|
||||||
|
curl https://downloads.1password.com/linux/keys/1password.asc | tee /etc/pki/rpm-gpg/1password.gpg
|
||||||
|
|
||||||
|
### Install 1password using blue-build script
|
||||||
|
|
||||||
|
wget -O 1password.sh https://raw.githubusercontent.com/blue-build/modules/22fe11d844763bf30bd83028970b975676fe7beb/modules/bling/installers/1password.sh
|
||||||
|
|
||||||
|
chmod +x 1password.sh
|
||||||
|
bash ./1password.sh
|
||||||
|
|
||||||
|
rm 1password.sh
|
||||||
|
|
||||||
### Install packages
|
### Install packages
|
||||||
|
|
||||||
grep -v '^#' /tmp/packages | xargs rpm-ostree install
|
grep -v '^#' /tmp/packages | xargs rpm-ostree install
|
||||||
|
|
||||||
|
rpm-ostree install 1password
|
||||||
|
|
||||||
rpm-ostree override remove opensc
|
rpm-ostree override remove opensc
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,7 +51,6 @@ systemctl enable podman.socket
|
||||||
systemctl enable tailscaled.service
|
systemctl enable tailscaled.service
|
||||||
systemctl enable -f --global flatpak-setup.service
|
systemctl enable -f --global flatpak-setup.service
|
||||||
systemctl enable -f --global azure-topgrade.service
|
systemctl enable -f --global azure-topgrade.service
|
||||||
systemctl enable -f --global emacs.service
|
|
||||||
|
|
||||||
systemctl enable azure-system-setup.service
|
systemctl enable azure-system-setup.service
|
||||||
systemctl enable azure-groups.service
|
systemctl enable azure-groups.service
|
||||||
|
|
Loading…
Reference in a new issue