mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-16 16:20:48 +00:00
feat(just): standardize verbs for applications
This commit is contained in:
parent
b274bc9c18
commit
def49836f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user