This commit is contained in:
glenda 2021-01-03 01:01:18 +00:00
parent b3b452ca14
commit cbd2dbdab1
3 changed files with 23 additions and 0 deletions

View File

@ -8,4 +8,7 @@ cp bootdir.extras/namespace.saveterm /lib
cd scripts
cp rerootwin /rc/bin
cp gui /rc/bin
cd ../grio
mk install
cp grio.man /sys/man/1/grio
echo done

12
install/git9 Executable file
View File

@ -0,0 +1,12 @@
#!/bin/rc
cd /tmp
hget https://orib.dev/git/git9/HEAD/snap.tar.gz | tar xvz
cd git9
mk all
mk install
mkdir -p $home/code
cd $home/code
git/clone gits://orib.dev/git9
cd git9
mk all
mk install

8
install/reinstall Executable file
View File

@ -0,0 +1,8 @@
#! /bin/rc
./fwupdate
./git9
./hubfs
./antstools
./install-irc7.rc
./install-neindaw.rc
./install-orca.rc