mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 00:40:01 +00:00
chore: ublue-update script cleanup
This commit is contained in:
parent
708b25e29e
commit
43cc9f5080
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if command -v brew; then
|
||||
brew update
|
||||
brew upgrade
|
||||
fi
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $(podman ps -a --no-trunc --format {{.Names}} | grep -E '(^|\s)bazzite-arch($|\s)') ]]; then
|
||||
unset SUDO_USER # avoid distrobox sudo checks
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
shopt -s nullglob
|
||||
|
||||
if [ -d "$HOME/homebrew/themes/Adwaita-for-Steam" ]; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
shopt -s nullglob
|
||||
|
||||
# Flatpak Firefox
|
||||
|
Loading…
x
Reference in New Issue
Block a user