kernel still breaking. updated name which may have been issue

This commit is contained in:
tumillanino
2026-04-09 15:59:23 +10:00
parent c6ffa3591f
commit 3f52e6286f
154 changed files with 0 additions and 6215 deletions

View File

@@ -1,18 +0,0 @@
#!/usr/bin/env bash
set -oue pipefail
echo 'Preparing directory for cloning...'
mkdir -p /tmp/clone/ChromeOS-kde
cd /tmp/clone/ChromeOS-kde
echo 'Directory created.'
git clone https://github.com/vinceliuice/ChromeOS-kde.git
echo 'Repo cloned. Running install script...'
ChromeOS-kde/install.sh
echo 'Install script finished. Removing cloned repo...'
rm -r ChromeOS-kde/
echo 'Cloned repo deleted.'