Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from ohaukeboe/bluefin-main
Browse files Browse the repository at this point in the history
[pull] main from bluefin-main
  • Loading branch information
ohaukeboe authored Nov 5, 2023
2 parents a095714 + b184c51 commit 0f3f2a4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Push Image
on:
schedule:
- cron: '15 09 * * *' # 9:15am everyday
- cron: '40 16 * * *' # 16:40 UTC everyday
merge_group:
pull_request:
branches:
Expand Down
8 changes: 4 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ RUN sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo
/tmp/akmods-rpms/kmods/*openrazer*.rpm \
/tmp/akmods-rpms/kmods/*v4l2loopback*.rpm \
/tmp/akmods-rpms/kmods/*wl*.rpm \
; else \
; fi && \
# Don't install evdi on asus because of conflicts
if grep -qv "asus" <<< "${AKMODS_FLAVOR}"; then \
rpm-ostree install \
/tmp/akmods-rpms/kmods/*evdi*.rpm \
; fi && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/negativo17-fedora-multimedia.repo && \
mkdir -p /etc/akmods-rpms/ && \
mv /tmp/akmods-rpms/kmods/*steamdeck*.rpm /etc/akmods-rpms/steamdeck.rpm
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/negativo17-fedora-multimedia.repo

# Starship Shell Prompt
RUN curl -Lo /tmp/starship.tar.gz "https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-gnu.tar.gz" && \
Expand Down
1 change: 1 addition & 0 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ zsh:
sudo usermod $USER --shell /usr/bin/zsh
printf "${USER}'s shell is now %s." "$(cat /etc/passwd | grep ":$UID:" | cut '-d:' '-f7')"

# Enable docker on the system
docker:
sudo systemctl enable --now docker
sudo usermod -aG docker $USER
Expand Down
5 changes: 5 additions & 0 deletions usr/etc/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ screens:
packages:
- Discord: com.discordapp.Discord
- Slack: com.slack.Slack
Development Tools:
description: Start your cloud-native journey here!
default: false
packages:
- Podman Desktop: io.podman_desktop.PodmanDesktop
Gaming:
description: "Rock and Stone!"
default: false
Expand Down

0 comments on commit 0f3f2a4

Please sign in to comment.