1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +00:00

Utilities: Add basic Package manager skeleton utility

This commit is contained in:
Liav A 2023-05-20 23:04:43 +03:00 committed by Andrew Kaster
parent 22737b70bc
commit ccaa423372
9 changed files with 473 additions and 0 deletions

View file

@ -193,6 +193,7 @@ chown -R 100:100 mnt/home/anon/Desktop
echo "done"
printf "installing shortcuts... "
ln -sf /bin/PackageManager mnt/bin/pkg
ln -sf Shell mnt/bin/sh
ln -sf test mnt/bin/[
ln -sf less mnt/bin/more