404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.221.145.110: ~ $
# shellcheck shell=sh

# Expand $PATH to include the directory where snappy applications go.
snap_bin_path="/snap/bin"
if [ -n "${PATH##*${snap_bin_path}}" ] && [ -n "${PATH##*${snap_bin_path}:*}" ]; then
    export PATH="$PATH:${snap_bin_path}"
fi

# Ensure base distro defaults xdg path are set if nothing filed up some
# defaults yet.
if [ -z "$XDG_DATA_DIRS" ]; then
    export XDG_DATA_DIRS="/usr/local/share:/usr/share"
fi

# Desktop files (used by desktop environments within both X11 and Wayland) are
# looked for in XDG_DATA_DIRS; make sure it includes the relevant directory for
# snappy applications' desktop files.
snap_xdg_path="/var/lib/snapd/desktop"
if [ -n "${XDG_DATA_DIRS##*${snap_xdg_path}}" ] && [ -n "${XDG_DATA_DIRS##*${snap_xdg_path}:*}" ]; then
    export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${snap_xdg_path}"
fi


Filemanager

Name Type Size Permission Actions
01-locale-fix.sh File 96 B 0644
Z97-byobu.sh File 1.52 KB 0644
Z99-cloud-locale-test.sh File 3.34 KB 0755
Z99-cloudinit-warnings.sh File 873 B 0755
apps-bin-path.sh File 835 B 0644
bash_completion.sh File 664 B 0644
cedilla-portuguese.sh File 1003 B 0644
vte-2.91.sh File 1.9 KB 0644