basic graphics stack
everything is defined in graphics.js it is curently very basic et poorly performing but png/jpg files can be displayed
This commit is contained in:
@@ -5,6 +5,11 @@ then echo "Please run as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ ! -d rootfs\ overrides/chibrax/node_modules ]
|
||||
then
|
||||
echo "please run npmi.sh"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
CHIBRAX_MOUNT_POINT="/tmp/chibraxMountPoint"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user