mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
9 lines
251 B
Bash
9 lines
251 B
Bash
#
|
|
PIALERT_VERSION=2.50
|
|
PIALERT_DEV_PATH=/media/WD_4TB/dev
|
|
|
|
cd $PIALERT_DEV_PATH
|
|
rm pialert/install/pialert_$PIALERT_VERSION.tar
|
|
tar cvf pialert/install/pialert_$PIALERT_VERSION.tar --exclude="pialert/install" --exclude="pialert/.git" pialert | wc -l
|
|
|