Testing: Calamares compiler

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-01-09 21:56:16 +09:00
parent ce6f66cb2c
commit 13a60e9964
2 changed files with 4 additions and 4 deletions

View File

@ -9,13 +9,13 @@ apt install \
# Clone the Calamares installer
git clone https://github.com/calamares/calamares.git
git clone https://github.com/calamares/calamares.git /opt/calamares
# change to Calamares
cd calamares
cd /opt/calamares
# Create a folder called build
mkdir build
# Change into the build directory
cd build
cd /opt/calamares/build
# Check the make source
cmake ..
# Compile it

View File

@ -153,7 +153,7 @@ OPENBOX_LIST = ('openbox\n'
'obmenu-generator\n'
'lxterminal\n'
#'geany\n'
'jgmenu\n'
#'jgmenu\n'
#'pasystray\n' # Alternative tray sound manager.
)
KDE_LIST = ('sample1\n'