glacier-old/README.md

13 lines
886 B
Markdown
Raw Normal View History

2022-03-08 17:49:01 -05:00
# Glacier
2022-03-11 15:15:53 -05:00
Glacier is the package manager developed for Everest Linux. It fetches packages from https://github.com/everest-linux/glacier-pkgs
2022-03-08 17:49:01 -05:00
For Glacier to work properly, it needs the following directories to be made:
2022-03-11 15:15:27 -05:00
`/etc/glacier/pkginfo`
2022-03-10 12:36:20 -05:00
## Latest News
2022-03-17 09:17:20 -04:00
3/16/22 > Vim has been added to Glacier's package collection as a source package. Additionally, a couple of bugs have been ironed out. To install vim, you must be on the latest version of Glacier. This can be done by cloning this repository, marking UPDATE-GLACIER.sh as executable, and running it as root. I plan on porting more vital system software to the repositories before I release another Everest tarball. Current version: (0.3rc)
2022-03-16 19:32:33 -04:00
2022-03-10 12:36:20 -05:00
3/10/22 > Proper error handling has finally been added! If an operation fails, the package manager will quit, instead of continuing with the operation. Current version: (0.2rc)