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:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -oue pipefail
|
||||
|
||||
echo 'Preparing directory for cloning...'
|
||||
|
||||
mkdir -p /tmp/clone
|
||||
cd /tmp/clone/
|
||||
echo 'Directory created.'
|
||||
|
||||
git clone https://github.com/vinceliuice/Layan-kde.git
|
||||
echo 'Repo cloned. Running install script...'
|
||||
|
||||
Layan-kde/install.sh
|
||||
echo 'Install script finished. Removing cloned repo...'
|
||||
|
||||
rm -r Layan-kde
|
||||
echo 'Cloned repo deleted.'
|
||||
Reference in New Issue
Block a user