mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
fix updater filename
This commit is contained in:
@@ -70,7 +70,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
# Other files
|
# Other files
|
||||||
cp $(DIR_SRC)/config/rootfiles/updater/update.sh /install/updater/
|
cp $(DIR_SRC)/config/rootfiles/updater/update.sh /install/updater/
|
||||||
chmod 755 /install/updater/update.sh
|
chmod 755 /install/updater/update.sh
|
||||||
cd /install/updater && tar cf /install/packages/core-upgrade-2.1-17.ipfire \
|
cd /install/updater && tar cf /install/packages/core-upgrade-2.1-18.ipfire \
|
||||||
update.sh files ROOTFILES
|
update.sh files ROOTFILES
|
||||||
rm -rf /install/updater
|
rm -rf /install/updater
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user