upd and patches
This commit is contained in:
@ -21,6 +21,8 @@ cp -f "$SCRIPT_DIR/target/release/pkg" "$SCRIPT_DIR/target/release/bin"
|
||||
|
||||
echo "Installing to '$INSTALL_PATH'..."
|
||||
rsync -a --delete "$SCRIPT_DIR/assets/" "$SCRIPT_DIR/target/release/bin" "$INSTALL_PATH/"
|
||||
#rsync -a --delete "$SCRIPT_DIR/assets/" "$SCRIPT_DIR/target/release/bin" air:"$INSTALL_PATH/"
|
||||
rsync -a --delete "$SCRIPT_DIR/assets/" "$SCRIPT_DIR/target/release/bin" root@aura:"$INSTALL_PATH/"
|
||||
|
||||
BIN_PATH="$INSTALL_PATH/bin/pkg"
|
||||
if [ -f "$BIN_PATH" ]; then
|
||||
|
||||
Reference in New Issue
Block a user