refactor: Add GUI setup script and install graphical apps if GUI is detected

This commit is contained in:
Bram Kelchtermans 2024-07-08 22:28:50 +02:00
parent 27d33cf84b
commit 02f44c49d2
3 changed files with 8 additions and 2 deletions

BIN
gui/floorp/settings.zip Normal file

Binary file not shown.

4
gui/floorp/setup.sh Normal file
View File

@ -0,0 +1,4 @@
apt install floorp
apt install unzip
unzip ./gui/floorp/settings.zip -d ~/.floorp/tzj9zwjn.default-release

View File

@ -1,4 +1,3 @@
apt install floorp
apt install snapd
apt install flatpak
@ -9,4 +8,7 @@ chmod +x ./gui/bluemail.sh
./gui/bluemail.sh
chmod +x ./gui/postman.sh
./gui/postman.sh
./gui/postman.sh
chmod +x ./gui/floorp/setup.sh
./gui/floorp/setup.sh