Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
499dc13b
Commit
499dc13b
authored
Apr 09, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm prescription: fix all scripts for optimized listing
parent
62af398b
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
38 additions
and
18 deletions
+38
-18
bwrap-fix.sh
prescription.d/bwrap-fix.sh
+2
-1
flatpak.sh
prescription.d/flatpak.sh
+2
-1
gcc-multilib.sh
prescription.d/gcc-multilib.sh
+2
-1
glibc-restore.sh
prescription.d/glibc-restore.sh
+2
-1
i586-fix.sh
prescription.d/i586-fix.sh
+2
-1
i586-remove.sh
prescription.d/i586-remove.sh
+2
-1
i586-support.sh
prescription.d/i586-support.sh
+2
-1
nvidia-remove.sh
prescription.d/nvidia-remove.sh
+2
-1
php7.sh
prescription.d/php7.sh
+2
-1
php8.0.sh
prescription.d/php8.0.sh
+2
-1
php8.1.sh
prescription.d/php8.1.sh
+2
-1
php8.2.sh
prescription.d/php8.2.sh
+2
-1
podman-enable-rootless.sh
prescription.d/podman-enable-rootless.sh
+2
-1
python2-remove.sh
prescription.d/python2-remove.sh
+2
-1
snap.sh
prescription.d/snap.sh
+2
-1
switch-to-nouveau.sh
prescription.d/switch-to-nouveau.sh
+2
-1
switch-to-nvidia.sh
prescription.d/switch-to-nvidia.sh
+2
-1
switch-to-pipewire.sh
prescription.d/switch-to-pipewire.sh
+2
-0
waydroid.sh
prescription.d/waydroid.sh
+2
-1
No files found.
prescription.d/bwrap-fix.sh
View file @
499dc13b
#!/bin/sh
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Enable unprivileged bubblewrap mode"
&&
exit
SUPPORTEDARCHES
=
''
DESCRIPTION
=
"Enable unprivileged bubblewrap mode"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/flatpak.sh
View file @
499dc13b
#!/bin/sh
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Add flatpak support to system"
&&
exit
SUPPORTEDARCHES
=
''
DESCRIPTION
=
"Add flatpak support to system"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/gcc-multilib.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/glibc-restore.sh
View file @
499dc13b
#!/bin/sh
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Uninstall etersoft build of glibc"
&&
exit
SUPPORTEDARCHES
=
''
DESCRIPTION
=
"Uninstall etersoft build of glibc"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/i586-fix.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/i586-remove.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/i586-support.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/nvidia-remove.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/php7.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/php8.0.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/php8.1.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/php8.2.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/podman-enable-rootless.sh
View file @
499dc13b
#!/bin/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/python2-remove.sh
View file @
499dc13b
#!/bin/sh
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Remove all possible python2 packages"
&&
exit
SUPPORTEDARCHES
=
''
DESCRIPTION
=
"Remove all possible python2 packages"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/snap.sh
View file @
499dc13b
#!/bin/sh
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Add snap support to system"
&&
exit
SUPPORTEDARCHES
=
''
DESCRIPTION
=
"Add snap support to system"
CONFINEMENT
=
"
$2
"
CONFINEMENT
=
"
$2
"
...
...
prescription.d/switch-to-nouveau.sh
View file @
499dc13b
#!/bin/sh
#!/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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/switch-to-nvidia.sh
View file @
499dc13b
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
# https://www.altlinux.org/Nvidia#Смена_открытых_драйверов_на_проприетарные[1]
# https://www.altlinux.org/Nvidia#Смена_открытых_драйверов_на_проприетарные[1]
# https://www.altlinux.org/Переход_на_драйверы_Nvidia_и_fglrx#Установка_проприетарных_драйверов_nvidia_и_fglrx_:
# 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
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/switch-to-pipewire.sh
View file @
499dc13b
#!/bin/sh
#!/bin/sh
SUPPORTEDARCHES
=
''
DESCRIPTION
=
"Switch to using Pipeware"
[
"
$1
"
!=
"--run"
]
&&
echo
"Switch to using Pipeware"
&&
exit
[
"
$1
"
!=
"--run"
]
&&
echo
"Switch to using Pipeware"
&&
exit
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
prescription.d/waydroid.sh
View file @
499dc13b
#!/bin/bash
#!/bin/bash
[
"
$1
"
!=
"--run"
]
&&
echo
"Install and configure Waydroid"
&&
exit
SUPPORTEDARCHES
=
''
DESCRIPTION
=
"Install and configure Waydroid"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment