123456789101112131415161718192021 |
- echo "Welcome to the Lion OS installer. We will install the software on your system in 10 seconds. Exit the program now if you dont want Lion OS to be installed. Make sure this program is root or it wont work properly."
- sleep 10
- echo "Installing Lion OS"
- sudo apt update -y
- sudo apt upgrade -y
- sudo apt install kde-full -y
- sudo apt install lightdm -y
- sudo apt install xorg -y
- sudo apt install libreoffice -y
- sudo apt install flatpak -y
- flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
- flatpak install flathub org.mozilla.firefox
- sudo apt install vlc -y
- sudo apt install gimp -y
- flatpak install flathub org.mozilla.Thunderbird
- flatpak install flathub org.winehq.Wine
- flatpak install flathub org.inkscape.Inkscape
- echo "All done. Updates of Lion OS will be on the notabug.org page. Thank you for using Lion OS."
- sleep 5
- echo "REBOOTING"
- sudo reboot && sudo systemctl reboot
|