root may or maynot be a symlink

This commit is contained in:
2025-08-06 12:57:36 -04:00
parent 7b9fb215b9
commit 71e35ef5f5
3 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ Initial setup
mkdir myfiles
cd myfiles
git init
git submodule add https://gitlab.com/balki/makepac'
echo "include makepac/Makefile" > Makefile'
git submodule add https://gitlab.com/balki/makepac
echo "include makepac/Makefile" > Makefile
sudo apt install acl
make skel
git add .