From fe0171d87c9955c6e160f28f85f4fe58434d8835 Mon Sep 17 00:00:00 2001 From: bri <284789+b-@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:32:09 -0400 Subject: [PATCH] add more... --- Containerfile | 5 ++++- scripts/more.sh | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 scripts/more.sh diff --git a/Containerfile b/Containerfile index 3f1123ea4ab..d827fd42e11 100644 --- a/Containerfile +++ b/Containerfile @@ -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 @@ -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 \ No newline at end of file + ostree container commit diff --git a/scripts/more.sh b/scripts/more.sh new file mode 100755 index 00000000000..6c11a8e8b00 --- /dev/null +++ b/scripts/more.sh @@ -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 \ No newline at end of file