mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
10 lines
151 B
Bash
Executable file
10 lines
151 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Installing decoration"
|
|
echo
|
|
|
|
cd breeze || exit 1
|
|
|
|
echo "Running: sudo make install"
|
|
sudo make -C build install && echo "Done"
|
|
cd ..
|