Commit 499dc13b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription: fix all scripts for optimized listing

parent 62af398b
#!/bin/sh
[ "$1" != "--run" ] && echo "Enable unprivileged bubblewrap mode" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Enable unprivileged bubblewrap mode"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Add flatpak support to system" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Add flatpak support to system"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Install gcc with support for building 32-bit applications" && exit
SUPPORTEDARCHES='x86_64'
DESCRIPTION="Install gcc with support for building 32-bit applications"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Uninstall etersoft build of glibc" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Uninstall etersoft build of glibc"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Fix missed 32 bit package modules on 64 bit system" && exit
SUPPORTEDARCHES='x86_64'
DESCRIPTION="Fix missed 32 bit package modules on 64 bit system"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Remove all 32 bit packages from 64 bit system" && exit
SUPPORTEDARCHES='x86_64'
DESCRIPTION="Remove all 32 bit packages from 64 bit system"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Add 32 bit support on 64 bit system" && exit
SUPPORTEDARCHES='x86_64'
DESCRIPTION="Add 32 bit support on 64 bit system"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Remove all proprietary NVIDIA cards support" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Remove all proprietary NVIDIA cards support"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Install php7 (or upgrade from php5)" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Install php7 (or upgrade from php5)"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Install php8.1 (or upgrade from a previous version)" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Install php8.1 (or upgrade from a previous version)"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Install php8.1 (or upgrade from a previous version)" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Install php8.1 (or upgrade from a previous version)"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Install php8.2 (or upgrade from a previous version)" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Install php8.2 (or upgrade from a previous version)"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Basic Setup to Use of Podman in a Rootless environment" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Basic Setup to Use of Podman in a Rootless environment"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Remove all possible python2 packages" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Remove all possible python2 packages"
. $(dirname $0)/common.sh
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Add snap support to system" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Add snap support to system"
CONFINEMENT="$2"
......
#!/bin/sh
[ "$1" != "--run" ] && echo "Switch to using open source driver nouveau for NVIDIA cards" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Switch to using open source driver nouveau for NVIDIA cards"
. $(dirname $0)/common.sh
......
......@@ -4,7 +4,8 @@
# https://www.altlinux.org/Nvidia#Смена_открытых_драйверов_на_проприетарные[1]
# https://www.altlinux.org/Переход_на_драйверы_Nvidia_и_fglrx#Установка_проприетарных_драйверов_nvidia_и_fglrx_:
[ "$1" != "--run" ] && echo "Switch to using Nvidia proprietary driver" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Switch to using Nvidia proprietary driver"
. $(dirname $0)/common.sh
......
#!/bin/sh
SUPPORTEDARCHES=''
DESCRIPTION="Switch to using Pipeware"
[ "$1" != "--run" ] && echo "Switch to using Pipeware" && exit
. $(dirname $0)/common.sh
......
#!/bin/bash
[ "$1" != "--run" ] && echo "Install and configure Waydroid" && exit
SUPPORTEDARCHES=''
DESCRIPTION="Install and configure Waydroid"
. $(dirname $0)/common.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment