main.sh 913 B

123456789101112131415161718192021
  1. 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."
  2. sleep 10
  3. echo "Installing Lion OS"
  4. sudo apt update -y
  5. sudo apt upgrade -y
  6. sudo apt install kde-full -y
  7. sudo apt install lightdm -y
  8. sudo apt install xorg -y
  9. sudo apt install libreoffice -y
  10. sudo apt install flatpak -y
  11. flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
  12. flatpak install flathub org.mozilla.firefox
  13. sudo apt install vlc -y
  14. sudo apt install gimp -y
  15. flatpak install flathub org.mozilla.Thunderbird
  16. flatpak install flathub org.winehq.Wine
  17. flatpak install flathub org.inkscape.Inkscape
  18. echo "All done. Updates of Lion OS will be on the notabug.org page. Thank you for using Lion OS."
  19. sleep 5
  20. echo "REBOOTING"
  21. sudo reboot && sudo systemctl reboot