From 6356a912e68f476da25fcfcdbc3fd206c370218d Mon Sep 17 00:00:00 2001 From: Sho Ishida Date: Sun, 25 Aug 2024 15:13:15 +0900 Subject: [PATCH] install local rpm files --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index d0b1bca..152cfa1 100755 --- a/install.sh +++ b/install.sh @@ -30,14 +30,13 @@ chmod +x ~/.local/bin/copr echo "Adding repos..." copr enable varlad/helix copr enable wezfurlong/wezterm-nightly -sudo ostree remote add mullvad echo "Installing layered packages..." dwnld "helix" "rpm helix" dwnld "wezterm" "rpm wezterm" -dwnld "mullvad" "rpm mullvad-vpn" dwnld "zsh" "rpm zsh" -dwnld "kvantum" "rpm kvantum" +dwnld "ocs-url" "rpm ./local-rpm/ocs-url-3.1.0-1.fc20.x86_64.rpm" +dwnld "mullvad" "rpm ./local-rom/MullvadVPN-2024.4._x86_64.rpm" # Linuxbrew Packages dwnld "gh" "brw gh"