folder structure error for alacritty-debian installation

This commit is contained in:
ITmail-dk
2022-01-02 14:00:14 +01:00
parent 73746819ec
commit 076e73e2f2
2 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,7 @@
#APT UPDATE & APT UPGRADE
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " APT UPDATE & APT UPGRADE"
echo " "
echo " APT + Alacritty - Building and installing"
echo " Enter your user password, to continue."
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
@@ -19,7 +18,6 @@ echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
mkdir ~/.config/alacritty
mkdir ~/make
mkdir ~/make/alacritty
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
@@ -27,9 +25,10 @@ echo " GIT Download."
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
cd ~/make/
git clone https://github.com/alacritty/alacritty.git
mv alacritty ~/make/
cd make/alacritty
cd ~/make/alacritty
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "