2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-09-02 16:28:27 +00:00
Files
confluent/genesis/firefox/makelayer.sh
2025-03-24 16:28:36 -04:00

7 lines
133 B
Bash

cd $(dirname $0)
mydir=$(pwd)
cd -
cd /
tar -czvhf /tmp/firefox.tgz usr/bin/firefox usr/lib64/firefox $(cat $mydir/firefoxlibs)
cd -