Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anubitux-project/anubituxvm
This script transforms a Debian12 standard installed operating system in an AnuBItux environment. It is only intended for training and test purposes, use the live version for real use cases.
https://github.com/anubitux-project/anubituxvm
Last synced: 7 days ago
JSON representation
This script transforms a Debian12 standard installed operating system in an AnuBItux environment. It is only intended for training and test purposes, use the live version for real use cases.
- Host: GitHub
- URL: https://github.com/anubitux-project/anubituxvm
- Owner: AnuBitux-project
- License: gpl-3.0
- Created: 2024-03-29T16:58:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T13:25:41.000Z (3 months ago)
- Last Synced: 2024-08-11T14:40:29.760Z (3 months ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnuBituxVM
This script transforms a Debian12 standard installed operating system in an AnuBItux environment. It is only intended for training and test purposes, use the live version for real use cases.## How to use this script
Install a [Debian 12](https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/) operating system with English language. We suggest the standard version so that there will not be any previous desktop environment.
Prefearably do not set a root password to be able to use commands with `sudo`.
If you prefer to use a root password, remember to add your user to the sudoers with `usermod -aG sudo $USER`.
Then follow this steps:
- install git to clone this repository
```
sudo apt -y install git
```
- clone this repository:
```
git clone https://github.com/AnuBitux-project/AnuBituxVM
```
- move to the downloaded folder
```
cd AnuBituxVM
```
- give execution rights to the script
```
chmod +x anubitux_vm.sh
```
- run the script
```
./anubitux_vm.sh
```
- wait for the script to finish and reboot
```
sudo reboot 0
```
Now you can enjoy your version of AnuBitux.