Move ~/bin to ~/.local/bin

This commit is contained in:
Leon Grünewald 2021-06-23 23:25:28 +02:00
parent ae043aa9f4
commit 26f951e7ec

View file

@ -28,7 +28,7 @@ sudo dnf install -y \
cd ~
mkdir $HOME/workspace
mkdir $HOME/bin
mkdir -p $HOME/.local/bin
cd $HOME/workspace
git clone https://git.doggoat.de/dhalucario/devconf.git
git submodule update --init --recusive