Testing: Calamares compiler
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
ce6f66cb2c
commit
13a60e9964
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue