Minimal setup scripts for Debian/Ubuntu inside NOMone Desktop.
Install curl first or run the compact command:
sudo apt update && sudo apt install -y curlsudo apt update && sudo apt install -y curl && bash <(curl -fsSL curl -fsSL https://raw.githubusercontent.com/Shaarigan/nomone/refs/heads/main/setup.sh)You may also run:
bash <(curl -fsSL https://raw.githubusercontent.com/Shaarigan/nomone/refs/heads/main/setup.sh)*requires curl
- Removes Firefox
- Updates system
- Installs KDE Plasma
- Sets timezone (Europe/Berlin)
- Disables auto screen lock
- Optional installation:
- .NET SDK*
- JetBrains Rider*
*Sets the following environment variable to fix the .NET GC error 0x800700E on ARM64 via proot
DOTNET_GCHeapHardLimit=1C0000000- Debian
- Ubuntu