mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
Compare commits
2 Commits
5ee2df4af6
...
f1c5bfeb2d
| Author | SHA1 | Date | |
|---|---|---|---|
|
f1c5bfeb2d
|
|||
|
c37006e861
|
@@ -54,6 +54,7 @@ It is possible to keep a revision by pinning it: `ostree admin pin 0`
|
||||
- ffmpeg
|
||||
- pandoc
|
||||
- ansible
|
||||
- sqlite
|
||||
- Flatpak (with default repository configured)
|
||||
- Chromium
|
||||
- Veracrypt
|
||||
|
||||
@@ -8,7 +8,7 @@ dnf5 update -y --setopt=install_weak_deps=False
|
||||
dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de plymouth
|
||||
dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus seahorse evolution totem gstreamer1-plugin-libav gnome-extensions-app gnome-browser-connector gnome-shell-extension-appindicator
|
||||
dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds
|
||||
dnf5 install -y curl git btop nvtop tmux flatpak pciutils tailscale make fzf direnv xsel chromium pandoc-common pandoc-pdf texlive-collection-langgerman ansible-core ansible-collection-community-general vlc
|
||||
dnf5 install -y curl git btop nvtop tmux flatpak pciutils tailscale make fzf direnv xsel chromium pandoc-common pandoc-pdf texlive-collection-langgerman ansible-core ansible-collection-community-general vlc sqlite
|
||||
git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git /usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
echo "LANG=de_DE.UTF-8" >> /etc/default/locale
|
||||
@@ -22,6 +22,6 @@ rpm-ostree install code
|
||||
rm /etc/yum.repos.d/vscode.repo
|
||||
|
||||
# Install Veracrypt: https://veracrypt.io/en/Downloads.html
|
||||
curl -fsSLo "https://launchpad.net/veracrypt/trunk/1.26.24/+download/veracrypt-1.26.24-Fedora-40-x86_64.rpm" /tmp/veracrypt.rpm
|
||||
curl -fsSLo /tmp/veracrypt.rpm "https://launchpad.net/veracrypt/trunk/1.26.24/+download/veracrypt-1.26.24-Fedora-40-x86_64.rpm"
|
||||
rpm-ostree install -y /tmp/veracrypt.rpm
|
||||
rm /tmp/veracrypt.rpm
|
||||
|
||||
Reference in New Issue
Block a user