mirror of
https://github.com/KDE/kde-linux.git
synced 2025-12-24 00:18:23 -05:00
@@ -27,7 +27,8 @@ pacman --remove --noconfirm packagekit libpackagekit-glib archlinux-appstream-da
|
||||
|
||||
# Calamares
|
||||
cd /tmp
|
||||
git clone --depth 1 https://codeberg.org/Calamares/calamares.git
|
||||
LATEST_RELEASE=$(curl -s "https://codeberg.org/api/v1/repos/Calamares/calamares/releases" | jq -r '.[0].tag_name')
|
||||
git clone --branch "$LATEST_RELEASE" --depth 1 https://codeberg.org/Calamares/calamares.git
|
||||
cmake -S calamares -B calamares/build -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DWITH_QT6=ON
|
||||
cmake --build calamares/build "-j$(nproc)"
|
||||
DESTDIR=/live/ cmake --install calamares/build
|
||||
|
||||
Reference in New Issue
Block a user