mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 11:52:32 +01:00
Compare commits
5 Commits
74eb79ec2e
...
c81808ee26
Author | SHA1 | Date | |
---|---|---|---|
c81808ee26 | |||
281cf1b07b | |||
62725f5c25 | |||
0a2297537a | |||
e77fda80d0 |
@ -5,8 +5,12 @@
|
|||||||
# Show commands being executed
|
# Show commands being executed
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# Ensure standard/English
|
# English (US) is generally installed everywhere, flatpak and packagekit use
|
||||||
export LANG=C
|
# weird glyphs unavailable in C and C.utf8 is a RedHattism, which Debian
|
||||||
|
# side of the family doesn't recognise.
|
||||||
|
#export LANG=en_US.utf8
|
||||||
|
# This is said to be a poor practice that should only be used for debugging
|
||||||
|
export LC_ALL=en_US.utf8
|
||||||
|
|
||||||
# if hash checks that the command exists
|
# if hash checks that the command exists
|
||||||
if hash apt-get 2>/dev/null; then
|
if hash apt-get 2>/dev/null; then
|
||||||
|
@ -8,6 +8,7 @@ set -x
|
|||||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
|
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
|
||||||
flatpak remote-add --if-not-exists kdeapps https://distribute.kde.org/kdeapps.flatpakrepo
|
flatpak remote-add --if-not-exists kdeapps https://distribute.kde.org/kdeapps.flatpakrepo
|
||||||
|
flatpak remote-add --if-not-exists nheko-nightly https://nheko.im/nheko-reborn/nheko/-/raw/master/nheko-nightly.flatpakrepo
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
set +x
|
set +x
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run com.vscodium.codium --no-sandbox --new-window $@
|
# https://github.com/flathub/com.vscodium.codium/issues/55
|
||||||
|
flatpak run com.vscodium.codium --no-sandbox $@
|
||||||
set +x
|
set +x
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run io.github.NhekoReborn.Nheko $@
|
#flatpak run io.github.NhekoReborn.Nheko $@
|
||||||
|
flatpak run io.github.NhekoReborn.Nheko//master $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user