mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +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.'
|
echo 'Complete.'
|
||||||
|
|
||||||
# Install SteamCMD (https://developer.valvesoftware.com/wiki/SteamCMD)
|
# Install SteamCMD (https://developer.valvesoftware.com/wiki/SteamCMD)
|
||||||
get-steamcmd:
|
install-steamcmd:
|
||||||
echo 'Installing SteamCMD...'
|
echo 'Installing SteamCMD...'
|
||||||
wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz -O /tmp/steamcmd.tar.gz
|
wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz -O /tmp/steamcmd.tar.gz
|
||||||
mkdir -p ~/.steam
|
mkdir -p ~/.steam
|
||||||
@ -44,7 +44,7 @@ install-openrazer:
|
|||||||
echo "Please reboot to apply needed changes."
|
echo "Please reboot to apply needed changes."
|
||||||
|
|
||||||
# Install Wootility for configuring Wooting Keyboards
|
# Install Wootility for configuring Wooting Keyboards
|
||||||
get-wootility:
|
install-wootility:
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
if grep -q 'it.mijorus.gearlever' <<< $(flatpak list); then
|
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
|
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