From def49836f0023dd2421b3e6375d8cd2b18878003 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:18:34 +0100 Subject: [PATCH] feat(just): standardize verbs for applications --- .../shared/usr/share/ublue-os/just/81-bazzite-apps.just | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-apps.just b/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-apps.just index 7c1e921d..a959fedc 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-apps.just +++ b/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-apps.just @@ -25,7 +25,7 @@ install-lact: echo 'Complete.' # Install SteamCMD (https://developer.valvesoftware.com/wiki/SteamCMD) -get-steamcmd: +install-steamcmd: echo 'Installing SteamCMD...' wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz -O /tmp/steamcmd.tar.gz mkdir -p ~/.steam @@ -44,7 +44,7 @@ install-openrazer: echo "Please reboot to apply needed changes." # Install Wootility for configuring Wooting Keyboards -get-wootility: +install-wootility: #!/usr/bin/bash if grep -q 'it.mijorus.gearlever' <<< $(flatpak list); then wget "https://api.wooting.io/public/wootility/download?os=linux&branch=lekker" -O $HOME/Downloads/wootility.AppImage