forked from alnux/repo
add grub and zstd packages
This commit is contained in:
parent
f0f2baa210
commit
357ffbc80a
3 changed files with 1 additions and 17 deletions
12
aps/build
12
aps/build
|
@ -1,12 +0,0 @@
|
|||
mkdir spkg
|
||||
cd spkg
|
||||
wget https://git.hippoz.xyz/alnux/aps/raw/branch/master/aps
|
||||
|
||||
sed -n -e 1p -e 2p -e 3p -e 4p -e 5p $1/bin/aps > config.tmp
|
||||
. config.tmp
|
||||
sed -i 's/^temp_location./temp_location="${temp_location}"/' aps
|
||||
sed -i 's/^install_root./install_root="${install_root}"/' aps
|
||||
sed -i 's/^installed_pkg_database./installed_pkg_database="${installed_pkg_database}"/' aps
|
||||
sed -i 's/^locpkg_database./locpkg_database="${locpkg_database}"' aps
|
||||
|
||||
install -Dm755 aps $1/bin/aps
|
|
@ -1,5 +0,0 @@
|
|||
pkg_config_deploy=true
|
||||
pkg_config_ver="0.0.2"
|
||||
pkg_config_name="aps"
|
||||
pkg_config_makedepends=""
|
||||
pkg_config_depends=""
|
1
bash/payload/etc/bash.bashrc
Normal file
1
bash/payload/etc/bash.bashrc
Normal file
|
@ -0,0 +1 @@
|
|||
PS1="($(whoami) on Alnux, working dir: $(pwd))"%\#%_
|
Loading…
Reference in a new issue