https://github.com/fusion809/lfs-scripts
Scripts for determining the latest version of each package in my Linux From Scratch (LFS) installation and automating some common tasks
https://github.com/fusion809/lfs-scripts
lfs linux-from-scratch shell-script
Last synced: 2 months ago
JSON representation
Scripts for determining the latest version of each package in my Linux From Scratch (LFS) installation and automating some common tasks
- Host: GitHub
- URL: https://github.com/fusion809/lfs-scripts
- Owner: fusion809
- License: gpl-3.0
- Created: 2017-10-08T05:40:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T17:14:00.000Z (over 6 years ago)
- Last Synced: 2025-03-22T10:21:17.129Z (about 1 year ago)
- Topics: lfs, linux-from-scratch, shell-script
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LFS scripts
This repository contains the shell scripts I use on Linux From Scratch. The check-updates.sh script is a script to determine whether the versions of each package in my LFS VM are outdated. It refers to functions.sh. The zshrc file, Shell folder and root folder contain the scripts I place in ~/, ~/Shell and /root, respectively on my LFS system to make my life on LFS easier.