Skip to content

Commit

Permalink
add more...
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 14, 2023
1 parent 23cd190 commit fe0171d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ RUN /tmp/google-chrome.sh
### add appimagelauncher
RUN rpm-ostree install "https://github.com/TheAssassin/AppImageLauncher/releases/download/continuous/appimagelauncher-2.2.0-gha111.d9d4c73.x86_64.rpm"

### more
RUN /tmp/more.sh

### END bri


Expand All @@ -187,4 +190,4 @@ RUN rm -f /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".rep
rm -f /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo && \
rm -f /etc/yum.repos.d/fedora-cisco-openh264.repo && \
rm -rf /tmp/* /var/* && \
ostree container commit
ostree container commit
4 changes: 4 additions & 0 deletions scripts/more.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

wget 'https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage' -Lo /usr/bin/nvim.appimage
#wget 'https://download.beeper.com/linux/appImage/x64' -Lo /usr/bin/beeper.appimage

0 comments on commit fe0171d

Please sign in to comment.