https://github.com/n0rbert/alpis
ALT Linux post-install script
https://github.com/n0rbert/alpis
altlinux
Last synced: about 1 month ago
JSON representation
ALT Linux post-install script
- Host: GitHub
- URL: https://github.com/n0rbert/alpis
- Owner: N0rbert
- License: gpl-2.0
- Created: 2022-12-31T08:51:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T19:17:00.000Z (about 2 years ago)
- Last Synced: 2025-01-09T23:54:03.075Z (over 1 year ago)
- Topics: altlinux
- Language: Shell
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alpis
This is ALT Linux post-install script for my personal needs.
Currently it supports *p9*, *p10*, *p11* and *Sisyphus* branches with MATE desktop (Workstation and MATE StarterKit) and Xfce (Simply Linux).
Dependencies: `sudo` enabled using `su -l -c "usermod -a -G wheel $USER; control sudo wheelonly; control sudoers relaxed; control sudoreplay wheelonly; control sudowheel enabled;"` (as in SimplyLinux) and `lsb-release` [package](https://packages.altlinux.org/en/sisyphus/srpms/lsb-release/) installed, *tmpfs* > 2 Gb (or disabled in `/etc/fstab`).
One can launch this script on freshly installed system using commands below:
```
cd ~/Downloads
wget -c https://raw.githubusercontent.com/N0rbert/alpis/master/alpis.sh
chmod +x alpis.sh
sudo -E ./alpis.sh
```