mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
kernel still breaking. updated name which may have been issue
This commit is contained in:
@@ -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.'
|
||||
Reference in New Issue
Block a user